[commit: packages/process] master: Allow filepath-1.4 (c8cdaef)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:38:28 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c8cdaef5585717089a53be61cb6f08b3120f18b4/process

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

commit c8cdaef5585717089a53be61cb6f08b3120f18b4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Mar 11 08:50:45 2015 +0100

    Allow filepath-1.4
    
    See haskell/filepath at d039d5ae7c070452a443219fdb7df65508567338


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

c8cdaef5585717089a53be61cb6f08b3120f18b4
 process.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process.cabal b/process.cabal
index 26b280f..9898648 100644
--- a/process.cabal
+++ b/process.cabal
@@ -61,7 +61,7 @@ library
 
     build-depends: base      >= 4.4 && < 4.9,
                    directory >= 1.1 && < 1.3,
-                   filepath  >= 1.2 && < 1.4,
+                   filepath  >= 1.2 && < 1.5,
                    deepseq   >= 1.1 && < 1.5
     if os(windows)
         build-depends: Win32 >=2.2 && < 2.4



More information about the ghc-commits mailing list