From 7a33477b0c18349c2112a915b9e4d4bcfcf8930e Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sat, 18 Jan 2025 19:56:06 -0600 Subject: [PATCH] add lens to .cabal file --- HushGP.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HushGP.cabal b/HushGP.cabal index 98afee4..23be124 100644 --- a/HushGP.cabal +++ b/HushGP.cabal @@ -50,7 +50,7 @@ library -- Other library packages from which modules are imported. build-depends: - base, containers + base, containers, lens -- Directories containing source files. hs-source-dirs: src