[commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip/T14529, 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: haddock-api: Bump bound on GHC (ee3e3d0)

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


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

On branches: alexbiehl-patch-1,ghc-head,ghc-head1,headdock-library-1.4.5,ie_avails,master,pr-filter-maps,pr/cabal-desc,travis,v2.18,wip/T14529,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/ee3e3d03ce17238fb81a2ec83880167335d516e9

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

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

    haddock-api: Bump bound on GHC


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

ee3e3d03ce17238fb81a2ec83880167335d516e9
 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..922aa07 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.2.*
 
     , ghc-paths
     , haddock-library == 1.4.*



More information about the ghc-commits mailing list