From 91fed138483a7bf2b098d45b9e5cc36191776320 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Thu, 11 Apr 2024 23:57:31 +0100 Subject: [PATCH] Build with ghc 9.8 --- patch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch.cabal b/patch.cabal index 6817319..e3b94bf 100644 --- a/patch.cabal +++ b/patch.cabal @@ -37,7 +37,7 @@ flag hlint library hs-source-dirs: src default-language: Haskell2010 - build-depends: base >= 4.9 && < 4.19 + build-depends: base >= 4.9 && < 4.20 , constraints-extras >= 0.3 && < 0.5 , commutative-semigroups >= 0.0 && < 0.2 , containers >= 0.6 && < 0.7