From 8666a37fc97d5de4f54123fc132acc7b0531c7dc Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Fri, 24 Jan 2025 18:14:54 -0600 Subject: [PATCH] Data.List.Split --- HushGP.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HushGP.cabal b/HushGP.cabal index 84cbeb3..ac88050 100644 --- a/HushGP.cabal +++ b/HushGP.cabal @@ -54,7 +54,7 @@ library -- Other library packages from which modules are imported. build-depends: - base, containers, lens + base, containers, lens, split -- Directories containing source files. hs-source-dirs: src