aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-02-08 13:27:06 +0100
committerBen Gamari <ben@smart-cactus.org>2016-02-08 13:41:24 +0100
commit25b8d00a149098d9b7842600dbb93f40836b4546 (patch)
tree4bcb6df3867d654855efb2010222411530917c5b
parent8a4c949bfc731ef0dcd83d557da278d162152fb5 (diff)
Fix GHC and haddock-library dependency bounds
-rw-r--r--haddock-api/haddock-api.cabal8
-rw-r--r--haddock.cabal2
2 files changed, 5 insertions, 5 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index e1e7480f..50ebca0b 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 1d7a9fee..11bf3861 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