aboutsummaryrefslogtreecommitdiff
path: root/haddock-api
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2018-10-16 10:54:21 -0700
committerAlec Theriault <alec.theriault@gmail.com>2018-10-16 10:54:21 -0700
commit44169f4b1907e34fdf8ff84cf8b7509b1dfcaf55 (patch)
treeff007119991edf7db84ba1b50e8f69d8e642f5d4 /haddock-api
parent37745e73927a6b15b5d1231cf6a7d720f1d92efa (diff)
Bump haddock-library to 1.7.0
The 1.6.1 release should've been a major bump, since types in the `Documentation.Haddock.Parser.Monad` module changed. This version makes that module internal (as it morally should be).
Diffstat (limited to 'haddock-api')
-rw-r--r--haddock-api/haddock-api.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 384b5794..fa14eb50 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -44,7 +44,7 @@ library
, Cabal ^>= 2.4.0
, ghc ^>= 8.6
, ghc-paths ^>= 0.1.0.9
- , haddock-library ^>= 1.6.1
+ , haddock-library ^>= 1.7.0
, xhtml ^>= 3000.2.2
-- Versions for the dependencies below are transitively pinned by
@@ -169,7 +169,7 @@ test-suite spec
build-depends: Cabal ^>= 2.4
, ghc ^>= 8.6
, ghc-paths ^>= 0.1.0.9
- , haddock-library ^>= 1.6.1
+ , haddock-library ^>= 1.7.0
, xhtml ^>= 3000.2.2
, hspec >= 2.4.4 && < 2.6
, QuickCheck ^>= 2.11