aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2019-02-14 09:09:25 -0500
committerRyan Scott <ryan.gl.scott@gmail.com>2019-02-18 04:44:08 -0500
commit1a4715b2c14d6387da91e74560845fb6cbe6808b (patch)
treee437ec56d36c6473ed5969cf2e0ce16c7b261559 /haddock.cabal
parentedd500da16e44e3b211cbf3cb354db99a61f021c (diff)
Bump ghc version to 8.9
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index d340073e..d8b6f448 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -62,7 +62,7 @@ executable haddock
hs-source-dirs: driver
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded
- -- haddock typically only supports a single GHC major version
+ -- haddock typically only supports a single GHC major version
build-depends:
-- FIXME: drop 4.12.0.0 once GHC HEAD updates to 4.13.0.0
base ^>= 4.12.0.0 || ^>= 4.13.0.0
@@ -80,7 +80,7 @@ executable haddock
Cabal >= 1.10,
ghc-boot,
ghc-boot-th,
- ghc == 8.7.*,
+ ghc == 8.9.*,
bytestring,
parsec,
text,