[commit: packages/process] master: Bump directory upper bound to < 1.4 (ede73d3)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:17:35 UTC 2017


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

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

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

commit ede73d339d0e3333a4ea39e34d7336b17edf563d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 6 17:20:43 2016 -0500

    Bump directory upper bound to < 1.4


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

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

diff --git a/process.cabal b/process.cabal
index 07a5a6d..45da92e 100644
--- a/process.cabal
+++ b/process.cabal
@@ -69,7 +69,7 @@ library
     ghc-options: -Wall
 
     build-depends: base      >= 4.4 && < 4.11,
-                   directory >= 1.1 && < 1.3,
+                   directory >= 1.1 && < 1.4,
                    filepath  >= 1.2 && < 1.5,
                    deepseq   >= 1.1 && < 1.5
 



More information about the ghc-commits mailing list