[commit: packages/deepseq] master: Relax upper bound on `base` to allow GHC8/`base-4.9` (36bfcd2)
git at git.haskell.org
git at git.haskell.org
Wed Apr 20 13:05:16 UTC 2016
Repository : ssh://git@git.haskell.org/deepseq
On branch : master
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/36bfcd2a6236f2e019de76c256b05ee670492373
>---------------------------------------------------------------
commit 36bfcd2a6236f2e019de76c256b05ee670492373
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Oct 28 21:35:19 2015 +0100
Relax upper bound on `base` to allow GHC8/`base-4.9`
>---------------------------------------------------------------
36bfcd2a6236f2e019de76c256b05ee670492373
deepseq.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deepseq.cabal b/deepseq.cabal
index 724801b..0be26e7 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -51,7 +51,7 @@ library
if impl(ghc < 7.4)
build-depends: array < 0.4
- build-depends: base >= 4.3 && < 4.9,
+ build-depends: base >= 4.3 && < 4.10,
array >= 0.3 && < 0.6
ghc-options: -Wall
More information about the ghc-commits
mailing list