[commit: haddock] 2.17.3.1-spanfix, alexbiehl-patch-1, ghc-8.0, ghc-8.0-facebook, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, issue-303, master, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T14529, wip/T3384, 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: Fix GHC and haddock-library dependency bounds (25b8d00)

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


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

On branches: 2.17.3.1-spanfix,alexbiehl-patch-1,ghc-8.0,ghc-8.0-facebook,ghc-head,ghc-head1,haddock-quick,headdock-library-1.4.5,ie_avails,issue-303,master,pr-filter-maps,pr/cabal-desc,travis,v2.17,v2.17.3,v2.18,wip-located-module-as,wip/D2418,wip/T12105,wip/T12105-2,wip/T12942,wip/T13163,wip/T14529,wip/T3384,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/25b8d00a149098d9b7842600dbb93f40836b4546

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

commit 25b8d00a149098d9b7842600dbb93f40836b4546
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Feb 8 13:27:06 2016 +0100

    Fix GHC and haddock-library dependency bounds


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

25b8d00a149098d9b7842600dbb93f40836b4546
 haddock-api/haddock-api.cabal | 8 ++++----
 haddock.cabal                 | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index e1e7480..50ebca0 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -49,10 +49,10 @@ library
     , xhtml >= 3000.2 && < 3000.3
     , Cabal >= 1.10
     , ghc-boot
-    , ghc >= 7.10 && < 7.12
+    , ghc >= 8.0 && < 8.2
 
     , ghc-paths
-    , haddock-library == 1.2.*
+    , haddock-library == 1.4.*
 
   hs-source-dirs:
       src
@@ -115,9 +115,9 @@ test-suite spec
     Haddock.Backends.Hyperlinker.ParserSpec
 
   build-depends:
-      base >= 4.3 && < 4.9
+      base
     , containers
-    , ghc >= 7.10 && < 7.12
+    , ghc
     , hspec
     , QuickCheck == 2.*
 
diff --git a/haddock.cabal b/haddock.cabal
index 1d7a9fe..11bf386 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -123,7 +123,7 @@ executable haddock
       Haddock.Syb
       Haddock.Convert
   else
-    build-depends:  haddock-api == 2.16.*
+    build-depends:  haddock-api == 2.17.*
 
 test-suite driver-test
   type:             exitcode-stdio-1.0



More information about the ghc-commits mailing list