From 8d86727a8c0ade178f513991ac6fc61ff96c0302 Mon Sep 17 00:00:00 2001 From: "FC (Fay) Stegerman" Date: Thu, 29 Aug 2024 02:19:03 +0200 Subject: [PATCH] bump max base --- koneko.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koneko.cabal b/koneko.cabal index 884ba81..2dc023d 100644 --- a/koneko.cabal +++ b/koneko.cabal @@ -51,7 +51,7 @@ common deps -- Other library packages from which modules are imported. build-depends: -- included w/ ghc: - array, base >=4.9 && <4.18, bytestring, deepseq, directory, + array, base >=4.9 && <4.21, bytestring, deepseq, directory, filepath, text, -- included w/ haskell-platform: async, random, split, unordered-containers >=0.2.9.0, vector,