[commit: hsc2hs] master: Relax `process` upper bound once more (bb205d8)

git at git.haskell.org git at git.haskell.org
Mon Nov 2 06:40:42 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/hsc2hs.git/commitdiff/bb205d806c1368e483edde288cbf8ed2cfca2ba6

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

commit bb205d806c1368e483edde288cbf8ed2cfca2ba6
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Nov 2 07:39:46 2015 +0100

    Relax `process` upper bound once more
    
    to allow for process-1.4 which was just released


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

bb205d806c1368e483edde288cbf8ed2cfca2ba6
 hsc2hs.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index 3da739b..a6c74f3 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -40,5 +40,5 @@ Executable hsc2hs
                    containers >= 0.2 && < 0.6,
                    directory  >= 1   && < 1.3,
                    filepath   >= 1   && < 1.5,
-                   process    >= 1.1 && < 1.4
+                   process    >= 1.1 && < 1.5
 



More information about the ghc-commits mailing list