From a9a2f23855ace92f8fbb2b7b2a4f8b41998a057b Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 1 Sep 2023 15:55:54 +1000 Subject: [PATCH] Make it build with ghc-9.8 --- PyF.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PyF.cabal b/PyF.cabal index bd91746..c5aa84a 100644 --- a/PyF.cabal +++ b/PyF.cabal @@ -27,10 +27,10 @@ library PyF.Internal.ParserEx PyF.Internal.Parser - build-depends: base >= 4.12 && < 4.19 - , bytestring >= 0.10.8 && < 0.12 - , template-haskell >= 2.14.0 && < 2.21 - , text >= 1.2.3 && <= 2.1 + build-depends: base >= 4.12 && < 4.21 + , bytestring >= 0.10.8 && < 0.13 + , template-haskell >= 2.14.0 && < 2.23 + , text >= 1.2.3 && <= 2.2 , time >= 1.8.0 && < 1.13 , parsec >= 3.1.13 && < 3.2 , mtl >= 2.2.2 && < 2.4