From b2127311cb360479dbea59264ada0112a94d7819 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 26 Jun 2014 12:34:41 -0700 Subject: Require haddock-library >= 1.1 and simplify haddock reader code. See #1346. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.cabal') 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, -- cgit v1.2.3