[commit: hsc2hs] master: Allow new filepath-1.4 (c16032d)

git at git.haskell.org git at git.haskell.org
Wed Mar 11 08:45:58 UTC 2015


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

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

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

commit c16032d83c8ce7ac3e11b99f8e80bfdfc77f0d1f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Mar 11 09:45:00 2015 +0100

    Allow new filepath-1.4
    
    See haskell/filepath at d039d5ae7c070452a443219fdb7df65508567338


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

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

diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index 6dfa7c4..0d5e3b2 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -39,6 +39,6 @@ Executable hsc2hs
     Build-Depends: base       >= 4   && < 5,
                    containers >= 0.2 && < 0.6,
                    directory  >= 1   && < 1.3,
-                   filepath   >= 1   && < 1.4,
+                   filepath   >= 1   && < 1.5,
                    process    >= 1   && < 1.3
 



More information about the ghc-commits mailing list