diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2019-10-03 12:05:38 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2019-10-03 21:30:03 -0700 |
| commit | 78ff2234f4c18045a8565606fa31ac7200c665bc (patch) | |
| tree | 1a57249e5ecfebe1b656ed8364b0e9fca15b1331 | |
| parent | 94a10ea1a5b7aba91118ab44a9f0c1b4a98ccdc1 (diff) | |
| download | pandoc-78ff2234f4c18045a8565606fa31ac7200c665bc.tar.gz | |
Allow latest haddock-library.
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index db66abac7..f75f39445 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -408,7 +408,7 @@ library hslua-module-text >= 0.2 && < 0.3, binary >= 0.5 && < 0.11, SHA >= 1.6 && < 1.7, - haddock-library >= 1.7 && < 1.8, + haddock-library >= 1.7 && < 1.9, deepseq >= 1.3 && < 1.5, JuicyPixels >= 3.1.6.1 && < 3.4, Glob >= 0.7 && < 0.11, |
