[commit: packages/haskeline] master: Bump stm upper bound (4f0fae2)

git at git.haskell.org git at git.haskell.org
Sun Jun 3 21:20:52 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/4f0fae2e0dcd769f8063e5b0c220de9583819235

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

commit 4f0fae2e0dcd769f8063e5b0c220de9583819235
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jun 2 19:21:37 2018 -0400

    Bump stm upper bound


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

4f0fae2e0dcd769f8063e5b0c220de9583819235
 haskeline.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskeline.cabal b/haskeline.cabal
index 84cd0e0..6620f53 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -46,7 +46,7 @@ Library
     Build-depends: base >=4.5 && < 4.13, containers>=0.4 && < 0.6,
                    directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.11,
                    filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6,
-                   process >= 1.0 && < 1.7, stm >= 2.4 && < 2.5
+                   process >= 1.0 && < 1.7, stm >= 2.4 && < 2.6
     Default-Language: Haskell98
     Default-Extensions:
                 ForeignFunctionInterface, Rank2Types, FlexibleInstances,



More information about the ghc-commits mailing list