[commit: packages/filepath] master: Relax upper bound on `base` to allow base-4.9 (32e8dba)
git at git.haskell.org
git at git.haskell.org
Mon Dec 28 20:39:28 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/32e8dba40bd2ff3ae0b1c16ea2c0db05c5d4b63c
>---------------------------------------------------------------
commit 32e8dba40bd2ff3ae0b1c16ea2c0db05c5d4b63c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Nov 1 09:24:45 2015 +0100
Relax upper bound on `base` to allow base-4.9
GHC 8.0 is going to bundle `base-4.9.0.0`
>---------------------------------------------------------------
32e8dba40bd2ff3ae0b1c16ea2c0db05c5d4b63c
filepath.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filepath.cabal b/filepath.cabal
index 5690f9a..3af8920 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -43,7 +43,7 @@ library
System.FilePath.Windows
build-depends:
- base >= 4 && < 4.9
+ base >= 4 && < 4.10
ghc-options: -Wall
More information about the ghc-commits
mailing list