diff options
Diffstat (limited to 'nerine.cabal')
-rw-r--r-- | nerine.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nerine.cabal b/nerine.cabal index 418fec0..903ef49 100644 --- a/nerine.cabal +++ b/nerine.cabal @@ -25,10 +25,12 @@ source-repository head library exposed-modules: + Agent Genome Lattice Lib Mind + Proposal World.Types other-modules: Paths_nerine @@ -65,9 +67,11 @@ test-suite nerine-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: + AgentTest GenomeTest LatticeTest MindTest + ProposalTest WorldTypesTest Paths_nerine autogen-modules: |