diff options
Diffstat (limited to 'nerine.cabal')
-rw-r--r-- | nerine.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nerine.cabal b/nerine.cabal index 52b1c4a..7592604 100644 --- a/nerine.cabal +++ b/nerine.cabal @@ -25,6 +25,7 @@ source-repository head library exposed-modules: + Genome Lib Mind other-modules: @@ -36,6 +37,7 @@ library ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: base >=4.7 && <5 + , random , tasty , tasty-hunit default-language: Haskell2010 @@ -52,6 +54,7 @@ executable nerine-exe build-depends: base >=4.7 && <5 , nerine + , random , tasty , tasty-hunit default-language: Haskell2010 @@ -60,6 +63,7 @@ test-suite nerine-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: + GenomeTest MindTest Paths_nerine autogen-modules: @@ -70,6 +74,7 @@ test-suite nerine-test build-depends: base >=4.7 && <5 , nerine + , random , tasty , tasty-hunit default-language: Haskell2010 |