Get back to basics, with some basic tests working.

This commit is contained in:
2019-07-30 16:23:14 -07:00
parent 203c23e277
commit 1d8907539d
10 changed files with 384 additions and 173 deletions

View File

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