Support subtraction.

This commit is contained in:
2019-11-27 16:23:52 -08:00
parent 4d724a5a6e
commit e5fa103db0
3 changed files with 233 additions and 1 deletions

View File

@@ -17,7 +17,17 @@ extra-source-files: CHANGELOG.md
executable generation
main-is: Main.hs
other-modules: Add, Base, BinaryOps, Compare, Conversions, CryptoNum, File, Gen, Generators, Shift
other-modules: Add,
Base,
BinaryOps,
Compare,
Conversions,
CryptoNum,
File,
Gen,
Generators,
Shift,
Subtract
-- other-extensions:
build-depends: base >= 4.12.0.0,
containers,