Some commits in the way of cleaning up the Rust and generating module lists.

This commit is contained in:
2019-10-31 16:37:16 -04:00
parent 3b0bd25dfa
commit c52dadcf22
11 changed files with 203 additions and 116 deletions

View File

@@ -17,14 +17,15 @@ extra-source-files: CHANGELOG.md
executable generation
main-is: Main.hs
other-modules: Base, BinaryOps, Compare, Conversions, CryptoNum, File, Gen
other-modules: Base, BinaryOps, Compare, Conversions, CryptoNum, File, Gen, Generators
-- other-extensions:
build-depends: base >= 4.12.0.0,
containers,
directory,
filepath,
language-rust,
mtl
mtl,
random
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall