From d5d54b4a712b83bb6bb2a74ab88b4a8c84db3b4b Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane <rat23h@umsystem.edu> Date: Thu, 16 Jan 2025 17:10:28 -0600 Subject: [PATCH] Needed for cabal to work --- HushGP.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/HushGP.cabal b/HushGP.cabal index 9b7bb14..98afee4 100644 --- a/HushGP.cabal +++ b/HushGP.cabal @@ -35,7 +35,12 @@ library import: warnings -- Modules exported by the library. - exposed-modules: Push, GP + exposed-modules: Push + , GP + , State + , Instructions.IntInstructions + , Instructions.ExecInstructions + , Instructions.FloatInstructions -- Modules included in this library but not exported. -- other-modules: