From 8feb8cd790147b0a4532a0e363cf03be46e93ac5 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sun, 19 Jan 2025 00:15:04 -0600 Subject: [PATCH] add generic instructions --- HushGP.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/HushGP.cabal b/HushGP.cabal index 23be124..dc3e72c 100644 --- a/HushGP.cabal +++ b/HushGP.cabal @@ -41,6 +41,7 @@ library , Instructions.IntInstructions , Instructions.ExecInstructions , Instructions.FloatInstructions + , Instructions.GenericInstructions -- Modules included in this library but not exported. -- other-modules: