From 8c8972b7498eb8a864b34df3de6558fb4064ae0d Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 1 Apr 2018 20:12:45 +0200 Subject: Support Pandoc 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently the new major release broke its public API, but – thankfully – added support for RST’s include directive. --- Pesto.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pesto.cabal') 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 -- cgit v1.2.3