[commit: haddock] ghc-head, ghc-head1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Bump upper bound on base (2f6c113)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 21:10:56 UTC 2017


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

On branches: ghc-head,ghc-head1,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link       : http://git.haskell.org/haddock.git/commitdiff/2f6c11305cca9f50833b99dac729ce76e46aa235

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

commit 2f6c11305cca9f50833b99dac729ce76e46aa235
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Sep 14 07:55:07 2017 -0400

    Bump upper bound on base


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

2f6c11305cca9f50833b99dac729ce76e46aa235
 haddock-library/haddock-library.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 120af72..368c011 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.5     && < 4.11
+      base         >= 4.5     && < 4.12
     , bytestring   >= 0.9.2.1 && < 0.11
     , transformers >= 0.3.0   && < 0.6
 



More information about the ghc-commits mailing list