diff options
author | sanine <sanine.not@pm.me> | 2023-12-03 23:44:33 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-12-03 23:44:33 -0600 |
commit | 135ce23bd188c9351c8e9dde783a713b72dff8f3 (patch) | |
tree | 5d2338350279fef757b58da744a9776cc4b9164e /nerine.cabal | |
parent | 450ac00012ba57fc70d655c5a8c4fb8eb5e6d5d3 (diff) |
implement Combinable for LatticePropList
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: |