diff options
author | alexbiehl <alex.biehl@gmail.com> | 2018-01-20 10:18:22 +0100 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2018-01-20 10:18:22 +0100 |
commit | 25e2050c506ef1a65856cd6676dae0690840b59d (patch) | |
tree | 048e640ab71ee7a4c5cb974379c8de69d883664b | |
parent | b91172c51b541b9211c338136e9e3b002a90ff71 (diff) |
haddock-api: bump ghc to ^>= 8.4
-rw-r--r-- | haddock-api/haddock-api.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 660108ac..a91afd36 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -42,7 +42,7 @@ library -- this package typically supports only single major versions build-depends: base ^>= 4.11.0 , Cabal ^>= 2.0.0 - , ghc ^>= 8.3 + , ghc ^>= 8.4 , ghc-paths ^>= 0.1.0.9 , haddock-library ^>= 1.4.6 , xhtml ^>= 3000.2.2 @@ -132,7 +132,7 @@ test-suite spec Haddock.Backends.Hyperlinker.Types build-depends: - ghc ^>= 8.3 + ghc ^>= 8.4 , hspec ^>= 2.4.4 , QuickCheck ^>= 2.10 |