[commit: haddock] T6018-injective-type-families,adamse-D1033,ghc-head,master,wip/10268,wip/10313,wip/D538,wip/D538-1,wip/D538-2,wip/D538-3,wip/D538-4,wip/D538-5,wip/D538-6,wip/D548-master,wip/D548-master-2,wip/T10483,wip/T9840,wip/api-annot-tweaks-7.10,wip/api-annots-ghc-7.10-3,wip/orf-reboot: Bump ‘base’ constraint (cb8921e)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:34:23 UTC 2015


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

On branches: T6018-injective-type-families,adamse-D1033,ghc-head,master,wip/10268,wip/10313,wip/D538,wip/D538-1,wip/D538-2,wip/D538-3,wip/D538-4,wip/D538-5,wip/D538-6,wip/D548-master,wip/D548-master-2,wip/T10483,wip/T9840,wip/api-annot-tweaks-7.10,wip/api-annots-ghc-7.10-3,wip/orf-reboot
Link       : http://git.haskell.org/haddock.git/commitdiff/cb8921ec1d6bc1b10833536457a9e25bad278a52

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

commit cb8921ec1d6bc1b10833536457a9e25bad278a52
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Fri Dec 12 06:35:07 2014 +0000

    Bump ‘base’ constraint
    
    Follows the similar commit made on ghc-head branch


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

cb8921ec1d6bc1b10833536457a9e25bad278a52
 haddock-api/haddock-api.cabal         | 2 +-
 haddock-library/haddock-library.cabal | 2 +-
 haddock.cabal                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 5e49b4c..d18a30e 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -36,7 +36,7 @@ library
       Haskell2010
 
   build-depends:
-      base >= 4.3 && < 4.8
+      base >= 4.3 && < 4.9
     , bytestring
     , filepath
     , directory
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 4a502f6..83aad2d 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -21,7 +21,7 @@ library
   default-language:     Haskell2010
 
   build-depends:
-      base >= 4.3 && < 4.8
+      base >= 4.3 && < 4.9
     , bytestring
     , transformers
     , deepseq
diff --git a/haddock.cabal b/haddock.cabal
index 7bd2dfb..c1d7fdb 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -45,7 +45,7 @@ executable haddock
   ghc-options:          -funbox-strict-fields -Wall -fwarn-tabs -O2
 
   build-depends:
-    base >= 4.3 && < 4.8
+    base >= 4.3 && < 4.9
   if flag(in-ghc-tree)
     hs-source-dirs: haddock-api/src, haddock-library/vendor/attoparsec-0.12.1.1, haddock-library/src
     cpp-options: -DIN_GHC_TREE



More information about the ghc-commits mailing list