From bf40a269daef0517e2d0fc5961e043ece6ff4837 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 30 Nov 2023 13:54:44 -0600 Subject: begin adding world types --- nerine.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nerine.cabal') diff --git a/nerine.cabal b/nerine.cabal index 0e1695a..418fec0 100644 --- a/nerine.cabal +++ b/nerine.cabal @@ -29,6 +29,7 @@ library Lattice Lib Mind + World.Types other-modules: Paths_nerine autogen-modules: @@ -67,6 +68,7 @@ test-suite nerine-test GenomeTest LatticeTest MindTest + WorldTypesTest Paths_nerine autogen-modules: Paths_nerine -- cgit v1.2.1