[commit: ghc] wip/ttypeable: Bump base (152c249)

git at git.haskell.org git at git.haskell.org
Fri Jul 8 14:31:34 UTC 2016


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

On branch  : wip/ttypeable
Link       : http://ghc.haskell.org/trac/ghc/changeset/152c249b1f5722606876c3b85d07a300b50ec2ce/ghc

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

commit 152c249b1f5722606876c3b85d07a300b50ec2ce
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jun 4 09:48:57 2016 +0200

    Bump base


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

152c249b1f5722606876c3b85d07a300b50ec2ce
 libraries/ghc-boot-th/ghc-boot-th.cabal.in        | 2 +-
 libraries/ghc-boot/ghc-boot.cabal.in              | 2 +-
 libraries/ghci/ghci.cabal.in                      | 2 +-
 libraries/template-haskell/template-haskell.cabal | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libraries/ghc-boot-th/ghc-boot-th.cabal.in b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
index 3aebfbf..50b07db 100644
--- a/libraries/ghc-boot-th/ghc-boot-th.cabal.in
+++ b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
@@ -34,4 +34,4 @@ Library
             GHC.LanguageExtensions.Type
             GHC.Lexeme
 
-    build-depends: base       >= 4.7 && < 4.10
+    build-depends: base       >= 4.7 && < 4.11
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index eed11e3..4d162f0 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -44,7 +44,7 @@ Library
             GHC.LanguageExtensions.Type,
             GHC.Lexeme
 
-    build-depends: base       >= 4.7 && < 4.10,
+    build-depends: base       >= 4.7 && < 4.11,
                    binary     == 0.8.*,
                    bytestring == 0.10.*,
                    directory  == 1.2.*,
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index 547374a..32ebb99 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -58,7 +58,7 @@ library
 
     Build-Depends:
         array            == 0.5.*,
-        base             == 4.9.*,
+        base             == 4.10.*,
         binary           == 0.8.*,
         bytestring       == 0.10.*,
         containers       == 0.5.*,
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 0d9f468..b90f53d 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -49,7 +49,7 @@ Library
         Language.Haskell.TH.Lib.Map
 
     build-depends:
-        base        >= 4.8 && < 4.10,
+        base        >= 4.8 && < 4.11,
         ghc-boot-th == 8.1,
         pretty      == 1.1.*
 



More information about the ghc-commits mailing list