[commit: packages/stm] master: Relax upper bound on `base` to allow GHC8/base-4.9 (e917b59)
git at git.haskell.org
git at git.haskell.org
Wed Oct 28 20:55:06 UTC 2015
Repository : ssh://git@git.haskell.org/stm
On branch : master
Link : http://git.haskell.org/packages/stm.git/commitdiff/e917b5944ce0a5b4e32dcc8f00eaddbec1256e98
>---------------------------------------------------------------
commit e917b5944ce0a5b4e32dcc8f00eaddbec1256e98
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Oct 28 21:54:22 2015 +0100
Relax upper bound on `base` to allow GHC8/base-4.9
>---------------------------------------------------------------
e917b5944ce0a5b4e32dcc8f00eaddbec1256e98
stm.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stm.cabal b/stm.cabal
index 668bb9d..9700138 100644
--- a/stm.cabal
+++ b/stm.cabal
@@ -34,7 +34,7 @@ library
other-extensions: Safe
build-depends:
- base >= 4.2 && < 4.9,
+ base >= 4.2 && < 4.10,
array >= 0.3 && < 0.6
exposed-modules:
More information about the ghc-commits
mailing list