[commit: hsc2hs] master: Bump upper bound on process (869942b)
git at git.haskell.org
git at git.haskell.org
Wed Apr 26 16:27:07 UTC 2017
Repository : ssh://git@git.haskell.org/hsc2hs
On branch : master
Link : http://git.haskell.org/hsc2hs.git/commitdiff/869942b831542a17614c1585b930495839f59146
>---------------------------------------------------------------
commit 869942b831542a17614c1585b930495839f59146
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Apr 21 14:20:47 2017 -0400
Bump upper bound on process
>---------------------------------------------------------------
869942b831542a17614c1585b930495839f59146
hsc2hs.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index e76559b..e92d202 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -47,5 +47,5 @@ Executable hsc2hs
containers >= 0.2 && < 0.6,
directory >= 1 && < 1.4,
filepath >= 1 && < 1.5,
- process >= 1.1 && < 1.5
+ process >= 1.1 && < 1.7
More information about the ghc-commits
mailing list