aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-05-30 13:06:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-05-30 13:06:44 -0700
commit50c71b5bc5db797ac46550ed54e91196269716e3 (patch)
tree343405536a77ded997248dfba683f9f7553204ee /pandoc.cabal
parent7119715a6af7d04d17e40bb76e901c11bf27d3f3 (diff)
downloadpandoc-50c71b5bc5db797ac46550ed54e91196269716e3.tar.gz
ALlow compilation with haddock-library 1.4 and above.
haddock-library-1.6 requires Cabal >= 2.0. This change allows systems with older Cabal versions to build pandoc.
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 0fe8bdf0f..16f486531 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -380,7 +380,7 @@ library
hslua-module-text >= 0.1.2 && < 0.2,
binary >= 0.5 && < 0.10,
SHA >= 1.6 && < 1.7,
- haddock-library >= 1.6 && < 1.7,
+ haddock-library >= 1.4 && < 1.7,
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.3,
Glob >= 0.7 && < 0.10,