Skip to content

Commit

Permalink
Make it build with ghc-9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Sep 1, 2023
1 parent 79912b8 commit a9a2f23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PyF.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9a2f23

Please sign in to comment.