[commit: packages/haskeline] master: Bump upper bound on process (07db990)

git at git.haskell.org git at git.haskell.org
Wed Mar 8 04:53:53 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/07db99022253b72642f884f4caeee4ac122ba70f

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

commit 07db99022253b72642f884f4caeee4ac122ba70f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Feb 21 11:11:00 2017 -0500

    Bump upper bound on process


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

07db99022253b72642f884f4caeee4ac122ba70f
 haskeline.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskeline.cabal b/haskeline.cabal
index 17ef5cc..217fecb 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -45,7 +45,7 @@ Library
     Build-depends: base >=4.5 && < 4.11, 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.5
+                   process >= 1.0 && < 1.7
     Default-Language: Haskell98
     Default-Extensions:
                 ForeignFunctionInterface, Rank2Types, FlexibleInstances,



More information about the ghc-commits mailing list