[commit: packages/directory] Mistuke-bump-win32-version-bounds, bgamari-patch-1, master: Bump upper bound on base (2311dd5)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:34:29 UTC 2017


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

On branches: Mistuke-bump-win32-version-bounds,bgamari-patch-1,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2311dd5e1610e2cac6fc5ae3f6eb7595bd389cdf/directory

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

commit 2311dd5e1610e2cac6fc5ae3f6eb7595bd389cdf
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 15 12:53:11 2016 -0500

    Bump upper bound on base


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

2311dd5e1610e2cac6fc5ae3f6eb7595bd389cdf
 directory.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/directory.cabal b/directory.cabal
index 248e840..e74c3f0 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -52,7 +52,7 @@ Library
     include-dirs: .
 
     build-depends:
-        base     >= 4.5 && < 4.10,
+        base     >= 4.5 && < 4.11,
         time     >= 1.4 && < 1.7,
         filepath >= 1.3 && < 1.5
     if os(windows)



More information about the ghc-commits mailing list