aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-15 12:04:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-15 12:04:00 -0700
commitd7396e73b4ca72d607836cd285be845a85ca6a9b (patch)
tree87525c96f1758893fe7d6c1f91a5b356d18efff1 /pandoc.cabal
parent17defd5004cec576a1b481b76c59545067e68663 (diff)
downloadpandoc-d7396e73b4ca72d607836cd285be845a85ca6a9b.tar.gz
Don't require haddock-library 1.4.
Instead use CPP to work around version differences.
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 82d8d3d95..140390c98 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.4 && < 1.5,
+ haddock-library >= 1.1 && < 1.5,
old-time,
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.3,