[commit: packages/array] master: Bump upper bound on base (bab2c23)

git at git.haskell.org git at git.haskell.org
Tue Nov 15 22:00:24 UTC 2016


Repository : ssh://git@git.haskell.org/array

On branch  : master
Link       : http://git.haskell.org/packages/array.git/commitdiff/bab2c234f176fe3e95443cbe4387833da22f7e5d

>---------------------------------------------------------------

commit bab2c234f176fe3e95443cbe4387833da22f7e5d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 15 12:33:45 2016 -0500

    Bump upper bound on base


>---------------------------------------------------------------

bab2c234f176fe3e95443cbe4387833da22f7e5d
 array.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/array.cabal b/array.cabal
index d5dd036..91343e1 100644
--- a/array.cabal
+++ b/array.cabal
@@ -37,7 +37,7 @@ library
       Trustworthy,
       UnboxedTuples,
       UnliftedFFITypes
-  build-depends: base >= 4.5 && < 4.10
+  build-depends: base >= 4.5 && < 4.11
   ghc-options: -Wall
   exposed-modules:
       Data.Array



More information about the ghc-commits mailing list