[commit: haddock] ghc-head, ghc-head1, wip/T14529, wip/revert-ttg-2017-11-20, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13, wip/ttg6-unrevert-2017-11-22: Bump base for haddock-library and haddock-test (dc45f3a)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:55:03 UTC 2017


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

On branches: ghc-head,ghc-head1,wip/T14529,wip/revert-ttg-2017-11-20,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13,wip/ttg6-unrevert-2017-11-22
Link       : http://git.haskell.org/haddock.git/commitdiff/dc45f3a2f1c12a3358471e97b85ca6b1cc82ef1e

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

commit dc45f3a2f1c12a3358471e97b85ca6b1cc82ef1e
Author: alexbiehl <alex.biehl at gmail.com>
Date:   Fri Sep 29 21:15:24 2017 +0200

    Bump base for haddock-library and haddock-test


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

dc45f3a2f1c12a3358471e97b85ca6b1cc82ef1e
 haddock-library/haddock-library.cabal | 2 +-
 haddock-test/haddock-test.cabal       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 368c011..5b0f148 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -50,7 +50,7 @@ library attoparsec
   default-language:     Haskell2010
 
   build-depends:
-      base         >= 4.5     && < 4.11
+      base         >= 4.5     && < 4.12
     , bytestring   >= 0.9.2.1 && < 0.11
     , deepseq      >= 1.3     && < 1.5
 
diff --git a/haddock-test/haddock-test.cabal b/haddock-test/haddock-test.cabal
index 56dd184..6b6c9fd 100644
--- a/haddock-test/haddock-test.cabal
+++ b/haddock-test/haddock-test.cabal
@@ -16,7 +16,7 @@ library
   default-language: Haskell2010
   ghc-options: -Wall
   hs-source-dirs:   src
-  build-depends:    base >= 4.3 && < 4.11, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb
+  build-depends:    base >= 4.3 && < 4.12, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb
 
   exposed-modules:
     Test.Haddock



More information about the ghc-commits mailing list