aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal9
1 files changed, 5 insertions, 4 deletions
diff --git a/haddock.cabal b/haddock.cabal
index fa87e07e..92fe249e 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -23,7 +23,7 @@ description:
without any documentation annotations, Haddock can generate useful documentation
from your source code.
.
- <<https://cdn.rawgit.com/haskell/haddock/ghc-8.8/doc/cheatsheet/haddocks.svg>>
+ <<https://cdn.rawgit.com/haskell/haddock/ghc-8.10/doc/cheatsheet/haddocks.svg>>
license: BSD-3-Clause
license-file: LICENSE
author: Simon Marlow, David Waern
@@ -33,7 +33,7 @@ bug-reports: https://github.com/haskell/haddock/issues
copyright: (c) Simon Marlow, David Waern
category: Documentation
build-type: Simple
-tested-with: GHC==8.8.*
+tested-with: GHC==8.10.*
extra-source-files:
CHANGES.md
@@ -66,7 +66,7 @@ executable haddock
-- haddock typically only supports a single GHC major version
build-depends:
- base ^>= 4.13.0.0
+ base ^>= 4.14.0.0
if flag(in-ghc-tree)
hs-source-dirs: haddock-api/src, haddock-library/src
@@ -79,7 +79,8 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
ghc-boot,
- ghc == 8.8.*,
+ ghc-boot-th,
+ ghc == 8.10.*,
bytestring,
parsec,
text,