aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-04 07:20:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-04 07:20:48 -0700
commit4ca1db0643df2f124836d4639c27cbbc8041558b (patch)
treefbb3eea5c0922295b7db7b71c1838784257ff83e /pandoc.cabal
parent7746635a072a911e31552827da22d8eb69676a5f (diff)
downloadpandoc-4ca1db0643df2f124836d4639c27cbbc8041558b.tar.gz
Require haddock-library >= 1.8
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 71d2058f3..1fce2ec93 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -408,7 +408,7 @@ library
hslua-module-text >= 0.2 && < 0.3,
binary >= 0.5 && < 0.11,
SHA >= 1.6 && < 1.7,
- haddock-library >= 1.7 && < 1.9,
+ haddock-library >= 1.8 && < 1.9,
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.4,
Glob >= 0.7 && < 0.11,