[commit: packages/array] master: Bump upper bound on base to < 4.13 (234d0a1)
git at git.haskell.org
git at git.haskell.org
Tue Apr 10 12:28:30 UTC 2018
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/234d0a11820c263c873e41810d7a4b9d6152dcec
>---------------------------------------------------------------
commit 234d0a11820c263c873e41810d7a4b9d6152dcec
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Tue Apr 10 08:27:39 2018 -0400
Bump upper bound on base to < 4.13
See https://ghc.haskell.org/trac/ghc/ticket/15018.
>---------------------------------------------------------------
234d0a11820c263c873e41810d7a4b9d6152dcec
array.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/array.cabal b/array.cabal
index 6491ade..f19de50 100644
--- a/array.cabal
+++ b/array.cabal
@@ -36,7 +36,7 @@ library
Trustworthy,
UnboxedTuples,
UnliftedFFITypes
- build-depends: base >= 4.9 && < 4.12
+ build-depends: base >= 4.9 && < 4.13
ghc-options: -Wall
exposed-modules:
Data.Array
More information about the ghc-commits
mailing list