summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-26 12:34:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-26 12:35:13 -0700
commitb2127311cb360479dbea59264ada0112a94d7819 (patch)
tree10a9595e52b53e347c803215dec9e117e8e81695 /pandoc.cabal
parent9f694619cd62992097df25690b1fbfe964d6c32e (diff)
Require haddock-library >= 1.1 and simplify haddock reader code.
See #1346.
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 634d249fe..eeb233d3d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -259,7 +259,7 @@ Library
hslua >= 0.3 && < 0.4,
binary >= 0.5 && < 0.8,
SHA >= 1.6 && < 1.7,
- haddock-library >= 1.0 && < 1.1
+ haddock-library >= 1.1 && < 1.2
if flag(https)
Build-Depends: http-client >= 0.3.2 && < 0.4,
http-client-tls >= 0.2 && < 0.3,