[commit: packages/filepath] master: Bump upper bound on base (f30f714)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:35:36 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/f30f71404c8aff38eec7188746f40f4c5853be96

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

commit f30f71404c8aff38eec7188746f40f4c5853be96
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 15 12:16:32 2016 -0500

    Bump upper bound on base


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

f30f71404c8aff38eec7188746f40f4c5853be96
 filepath.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filepath.cabal b/filepath.cabal
index abaa97c..971e8b7 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -48,7 +48,7 @@ library
         System.FilePath.Windows
 
     build-depends:
-        base >= 4 && < 4.10
+        base >= 4 && < 4.11
 
     ghc-options: -Wall
 



More information about the ghc-commits mailing list