Skip to content
Snippets Groups Projects
Unverified Commit 84faad74 authored by Oleg Grenrus's avatar Oleg Grenrus Committed by GitHub
Browse files

Merge pull request #147 from bgamari/wip/ghc-9.4

Bump base upper bound
parents 5d679abd a74c68e9
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ library
Text.ParserCombinators.Parsec.Token
build-depends:
base >= 4.5.0 && < 4.17,
base >= 4.5.0 && < 4.18,
mtl >= 1.1.1 && < 2.3,
bytestring >= 0.9.2.1 && < 0.12,
text (>= 0.11.3.1 && < 0.12)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment