From 76b5b35f296724a76914146d077849fee44f0b21 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 16 Jan 2025 15:58:46 -0600 Subject: [PATCH] no base version requirement --- HushGP.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HushGP.cabal b/HushGP.cabal index 717043a..9b7bb14 100644 --- a/HushGP.cabal +++ b/HushGP.cabal @@ -45,7 +45,7 @@ library -- Other library packages from which modules are imported. build-depends: - base ^>=4.18.2.1, containers + base, containers -- Directories containing source files. hs-source-dirs: src @@ -68,7 +68,7 @@ executable HushGP -- Other library packages from which modules are imported. build-depends: - base ^>=4.18.2.1, + base, HushGP -- Directories containing source files. @@ -101,5 +101,5 @@ test-suite HushGP-test -- Test dependencies. build-depends: - base ^>=4.18.2.1, + base, HushGP