Skip to content
Snippets Groups Projects
Unverified Commit 251c064d authored by chessai's avatar chessai Committed by GitHub
Browse files

Merge pull request #54 from bgamari/ghc-8.12

Bump base upper bound
parents 9c1fff57 13c1c844
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ library ...@@ -63,7 +63,7 @@ library
if impl(ghc>=7.8) if impl(ghc>=7.8)
other-extensions: EmptyCase other-extensions: EmptyCase
build-depends: base >= 4.5 && < 4.15, build-depends: base >= 4.5 && < 4.16,
array >= 0.4 && < 0.6 array >= 0.4 && < 0.6
ghc-options: -Wall ghc-options: -Wall
......
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