[commit: haddock] ghc-head, ghc-head1, ie_avails, wip/T14529, wip/new-tree-one-param, 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: haddock-api: Bump bound on GHC (069b44b)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:49:42 UTC 2017


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

On branches: ghc-head,ghc-head1,ie_avails,wip/T14529,wip/new-tree-one-param,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/069b44b8c1f0c940ec7b232bc1d52e55630f8a98

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

commit 069b44b8c1f0c940ec7b232bc1d52e55630f8a98
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Mar 23 09:27:28 2017 -0400

    haddock-api: Bump bound on GHC


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

069b44b8c1f0c940ec7b232bc1d52e55630f8a98
 haddock-api/haddock-api.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 620fd98..6a3ef94 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -48,7 +48,7 @@ library
     , xhtml >= 3000.2 && < 3000.3
     , Cabal >= 1.10
     , ghc-boot
-    , ghc >= 8.0 && < 8.2
+    , ghc >= 8.3 && < 8.4
 
     , ghc-paths
     , haddock-library == 1.4.*



More information about the ghc-commits mailing list