haskell.nix/patches/ghc844/array-0.5.2.0.patch
Moritz Angermann 84bcfd77a3
better patches
2019-01-18 14:40:05 +08:00

14 lines
337 B
Diff

diff --git a/array.cabal b/array.cabal
index 1a71bab..ceaf54d 100644
--- a/array.cabal
+++ b/array.cabal
@@ -37,7 +37,7 @@ library
Trustworthy,
UnboxedTuples,
UnliftedFFITypes
- build-depends: base >= 4.7 && < 4.11
+ build-depends: base >= 4.7 && < 4.12
ghc-options: -Wall
exposed-modules:
Data.Array