Skip to content
Snippets Groups Projects

Allow base-4.15

Merged Ben Gamari requested to merge wip/ghc-8.12 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -36,7 +36,7 @@ library
Trustworthy,
UnboxedTuples,
UnliftedFFITypes
build-depends: base >= 4.9 && < 4.15
build-depends: base >= 4.9 && < 4.16
ghc-options: -Wall
exposed-modules:
Data.Array
Loading