[commit: hsc2hs] master: Bump directory upper bound to < 1.4 (db6b601)

git at git.haskell.org git at git.haskell.org
Tue Dec 6 23:01:26 UTC 2016


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

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

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

commit db6b601bc8b59d5b58350f5585a3a7cd1715d887
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 6 17:46:03 2016 -0500

    Bump directory upper bound to < 1.4


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

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

diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index 67378eb..9a53a8b 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -41,7 +41,7 @@ Executable hsc2hs
 
     Build-Depends: base       >= 4   && < 5,
                    containers >= 0.2 && < 0.6,
-                   directory  >= 1   && < 1.3,
+                   directory  >= 1   && < 1.4,
                    filepath   >= 1   && < 1.5,
                    process    >= 1.1 && < 1.5
 



More information about the ghc-commits mailing list