From 125f137643c1c8ed4a2503f91b24057259c21809 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Fri, 31 Jan 2025 18:43:15 -0600 Subject: [PATCH] trying things... --- HushGP.cabal | 2 +- test/{Main_old.hs => MainOld.hs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{Main_old.hs => MainOld.hs} (100%) diff --git a/HushGP.cabal b/HushGP.cabal index 1cc07e2..1a7b203 100644 --- a/HushGP.cabal +++ b/HushGP.cabal @@ -102,7 +102,7 @@ test-suite HushGP-test default-language: GHC2021 -- Modules included in this executable, other than Main. - -- other-modules: + -- other-modules: MainOld.hs -- LANGUAGE extensions used by modules in this package. -- other-extensions: diff --git a/test/Main_old.hs b/test/MainOld.hs similarity index 100% rename from test/Main_old.hs rename to test/MainOld.hs