[commit: packages/hpc] ghc-8.0: Bump directory upper bound to <1.4 (25de22a)

git at git.haskell.org git at git.haskell.org
Tue Dec 13 19:22:47 UTC 2016


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

On branch  : ghc-8.0
Link       : http://git.haskell.org/packages/hpc.git/commitdiff/25de22a34ec5770a3c4589e99817f5d116c35241

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

commit 25de22a34ec5770a3c4589e99817f5d116c35241
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 6 17:21:24 2016 -0500

    Bump directory upper bound to <1.4
    
    (cherry picked from commit 8625c1c0550719437acad89d49401cf048990084)


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

25de22a34ec5770a3c4589e99817f5d116c35241
 hpc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpc.cabal b/hpc.cabal
index 7e77973..be8ddd5 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -37,7 +37,7 @@ Library
     Build-Depends:
         base       >= 4.4.1 && < 4.10,
         containers >= 0.4.1 && < 0.6,
-        directory  >= 1.1   && < 1.3,
+        directory  >= 1.1   && < 1.4,
         filepath   >= 1     && < 1.5,
         time       >= 1.2   && < 1.7
     ghc-options: -Wall



More information about the ghc-commits mailing list