summaryrefslogtreecommitdiff
path: root/Pesto.cabal
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-04-01 20:12:45 +0200
committerLars-Dominik Braun <lars@6xq.net>2018-04-01 20:12:45 +0200
commit8c8972b7498eb8a864b34df3de6558fb4064ae0d (patch)
tree75da69519329919a7d5f8bfcb26d35c58932b2e6 /Pesto.cabal
parent7950ecd95a807ed34eb1e21995649e45ca8f53ed (diff)
downloadpesto-8c8972b7498eb8a864b34df3de6558fb4064ae0d.tar.gz
pesto-8c8972b7498eb8a864b34df3de6558fb4064ae0d.tar.bz2
pesto-8c8972b7498eb8a864b34df3de6558fb4064ae0d.zip
Support Pandoc 2
Apparently the new major release broke its public API, but – thankfully – added support for RST’s include directive.
Diffstat (limited to 'Pesto.cabal')
-rw-r--r--Pesto.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pesto.cabal b/Pesto.cabal
index 6c4d47a..ff13d20 100644
--- a/Pesto.cabal
+++ b/Pesto.cabal
@@ -41,6 +41,6 @@ executable pesto-doc
main-is: Doc.lhs
hs-source-dirs: src
default-language: Haskell2010
- build-depends: base >=4.8 && <4.10, pandoc >=1.14, highlighting-kate, blaze-html, filepath, containers
+ build-depends: base >=4.8 && <4.10, pandoc >=2.1, text, directory
ghc-options: -Werror -Wall -fno-warn-missing-signatures