Skip to content

Commit c5add8b

Browse files
authored
Merge pull request #167 from bgamari/ghc-9.8
Bump base bound to <4.20
2 parents 4d1cd24 + 4d74709 commit c5add8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsec.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
Text.ParserCombinators.Parsec.Token
6565

6666
build-depends:
67-
base >= 4.5.1.0 && < 4.19,
67+
base >= 4.5.1.0 && < 4.20,
6868
mtl >= 2.1.3.1 && < 2.4,
6969
bytestring >= 0.9.2.1 && < 0.12,
7070
text (>= 1.2.3.0 && < 1.3)

0 commit comments

Comments
 (0)