[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/T13163, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Bump base upper bound (b34497c)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:48:40 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/T13163,wip/T14529,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,wip/ttg6-unrevert-2017-11-22
Link       : http://git.haskell.org/haddock.git/commitdiff/b34497c36cd01a9c8a08ec3133ec94783642e43d

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

commit b34497c36cd01a9c8a08ec3133ec94783642e43d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 13 16:30:30 2016 -0500

    Bump base upper bound


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

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

diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 6c98fcf..2ddd97c 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -38,7 +38,7 @@ library
       Haskell2010
 
   build-depends:
-      base >= 4.3 && < 4.10
+      base >= 4.3 && < 4.11
     , bytestring
     , filepath
     , directory
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index f9a6118..96992f0 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.10
+      base >= 4.5 && < 4.11
     , bytestring
     , transformers
     , deepseq



More information about the ghc-commits mailing list