aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-14 23:09:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-14 23:09:28 -0700
commitd21701f66c4f07a796d409e16c03173700c74c38 (patch)
tree39b63bb530de3eda32d4b4d672e49925be65babc /pandoc.cabal
parent75a9ba5dca921467c9f8d1155da2c705f573bdc2 (diff)
downloadpandoc-d21701f66c4f07a796d409e16c03173700c74c38.tar.gz
Require haddock-library >= 1.4.
This has math support, DocMathInline and DocMathDisplay.
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 140390c98..82d8d3d95 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -283,7 +283,7 @@ Library
hslua >= 0.3 && < 0.5,
binary >= 0.5 && < 0.9,
SHA >= 1.6 && < 1.7,
- haddock-library >= 1.1 && < 1.5,
+ haddock-library >= 1.4 && < 1.5,
old-time,
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.3,