[commit: packages/array] master: Declare support for base-4.13 (8593a10)

git at git.haskell.org git at git.haskell.org
Wed Dec 19 07:59:37 UTC 2018


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

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

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

commit 8593a10f65020da3854b1c8478082d454b416118
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Dec 18 22:57:05 2018 +0100

    Declare support for base-4.13


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

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

diff --git a/array.cabal b/array.cabal
index b47538e..cacd6b0 100644
--- a/array.cabal
+++ b/array.cabal
@@ -36,7 +36,7 @@ library
       Trustworthy,
       UnboxedTuples,
       UnliftedFFITypes
-  build-depends: base >= 4.9 && < 4.13
+  build-depends: base >= 4.9 && < 4.14
   ghc-options: -Wall
   exposed-modules:
       Data.Array



More information about the ghc-commits mailing list