[commit: packages/stm] master: Bump upper bound on base (9c3c3bb)

git at git.haskell.org git at git.haskell.org
Tue Nov 15 22:37:36 UTC 2016


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

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

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

commit 9c3c3bb28834d1ba9574be7f887c8914afd4232c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 15 14:38:10 2016 -0500

    Bump upper bound on base


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

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

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



More information about the ghc-commits mailing list