From 135ce23bd188c9351c8e9dde783a713b72dff8f3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 3 Dec 2023 23:44:33 -0600 Subject: implement Combinable for LatticePropList --- nerine.cabal | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nerine.cabal') 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: -- cgit v1.2.1