Support addition.

This commit is contained in:
2019-11-27 15:16:15 -08:00
parent e223950c9f
commit cf80930854
3 changed files with 244 additions and 1 deletions

View File

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