[commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip/T12942, wip/T13163, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, 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 (2bd3429)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 21:04:24 UTC 2017


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

On branches: alexbiehl-patch-1,ghc-head,ghc-head1,haddock-quick,headdock-library-1.4.5,ie_avails,master,pr-filter-maps,pr/cabal-desc,travis,v2.18,wip/T12942,wip/T13163,wip/embelleshed-rdr,wip/new-tree-one-param,wip/rae,wip/remove-frames,wip/remove-frames1,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/2bd3429c40419100478545db6a8b2080786ca26d

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

commit 2bd3429c40419100478545db6a8b2080786ca26d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 15 14:36:56 2016 -0500

    Bump upper bound on base


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

2bd3429c40419100478545db6a8b2080786ca26d
 haddock.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock.cabal b/haddock.cabal
index 8a3bb9f..7103a45 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -43,7 +43,7 @@ executable haddock
   ghc-options:          -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded
 
   build-depends:
-    base >= 4.3 && < 4.10
+    base >= 4.3 && < 4.11
   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