Skip to content
Snippets Groups Projects
Commit dd75c73d authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Relax upper bound on `base` to allow GHC8/base-4.9

parent 297f9a53
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ library
Trustworthy,
UnboxedTuples,
UnliftedFFITypes
build-depends: base >= 4.5 && < 4.9
build-depends: base >= 4.5 && < 4.10
ghc-options: -Wall
exposed-modules:
Data.Array
......
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