[commit: packages/filepath] RyanGlScott-patch-1, master: Bump upper bound on base to < 4.13 (4e42eb3)
git at git.haskell.org
git at git.haskell.org
Thu Sep 13 14:51:41 UTC 2018
Repository : ssh://git@git.haskell.org/filepath
On branches: RyanGlScott-patch-1,master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/4e42eb37222aa0047a2a1338353bd70b76e55c1f
>---------------------------------------------------------------
commit 4e42eb37222aa0047a2a1338353bd70b76e55c1f
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Tue Apr 10 07:36:45 2018 -0400
Bump upper bound on base to < 4.13
See https://ghc.haskell.org/trac/ghc/ticket/15018.
>---------------------------------------------------------------
4e42eb37222aa0047a2a1338353bd70b76e55c1f
filepath.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filepath.cabal b/filepath.cabal
index a4610dd..084053f 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -48,7 +48,7 @@ library
System.FilePath.Windows
build-depends:
- base >= 4 && < 4.12
+ base >= 4 && < 4.13
ghc-options: -Wall
More information about the ghc-commits
mailing list