Skip to content
Snippets Groups Projects
Unverified Commit 5bf5c61e authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by GitHub
Browse files

Merge pull request #79 from bgamari/ghc-9.8

Bump base bound to <4.20
parents 270dd5a7 1ee25e92
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ Executable hsc2hs ...@@ -78,7 +78,7 @@ Executable hsc2hs
Other-Extensions: CPP, NoMonomorphismRestriction Other-Extensions: CPP, NoMonomorphismRestriction
Build-Depends: base >= 4.3.0 && < 4.19, Build-Depends: base >= 4.3.0 && < 4.20,
containers >= 0.4.0 && < 0.7, containers >= 0.4.0 && < 0.7,
directory >= 1.1.0 && < 1.4, directory >= 1.1.0 && < 1.4,
filepath >= 1.2.0 && < 1.5, filepath >= 1.2.0 && < 1.5,
......
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