aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/haddock-api.cabal
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2018-09-22 10:53:31 -0700
committerAlec Theriault <alec.theriault@gmail.com>2018-09-22 10:53:31 -0700
commit246905efb043ca1aec041defe77b2cfa2cbcda92 (patch)
treef19f70cb3b15f135827ebb5739a28d2d347c15d6 /haddock-api/haddock-api.cabal
parentfb1db8f48ec97bdb26cac129c582913870e3d1bf (diff)
Turn haddock-library into a minor release
Fix some version bounds in haddock-library too.
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-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 fa14eb50..384b5794 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.7.0
+ , haddock-library ^>= 1.6.1
, 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.7.0
+ , haddock-library ^>= 1.6.1
, xhtml ^>= 3000.2.2
, hspec >= 2.4.4 && < 2.6
, QuickCheck ^>= 2.11