[commit: packages/filepath] RyanGlScott-patch-1, master: Bump upper bound on base (9c64a63)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 14:51:21 UTC 2018


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

On branches: RyanGlScott-patch-1,master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/9c64a634c144392f36cdad5c8c067824093a64d6

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

commit 9c64a634c144392f36cdad5c8c067824093a64d6
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 15 12:10:09 2017 -0400

    Bump upper bound on base


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

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

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



More information about the ghc-commits mailing list