[commit: packages/stm] master: Relax base constraint to allow base-4.11 (d65fd4d)

git at git.haskell.org git at git.haskell.org
Fri Sep 15 16:49:50 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/stm.git/commitdiff/d65fd4de49635a1e53405fe6699b46363a9d134e

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

commit d65fd4de49635a1e53405fe6699b46363a9d134e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Sep 15 18:48:38 2017 +0200

    Relax base constraint to allow base-4.11


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

d65fd4de49635a1e53405fe6699b46363a9d134e
 stm.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stm.cabal b/stm.cabal
index de07d2b..7dc2fcd 100644
--- a/stm.cabal
+++ b/stm.cabal
@@ -34,7 +34,7 @@ library
         other-extensions: Safe
 
     build-depends:
-        base  >= 4.3 && < 4.11,
+        base  >= 4.3 && < 4.12,
         array >= 0.3 && < 0.6
 
     exposed-modules:



More information about the ghc-commits mailing list