From b08997cd90c9eef58e5e3059688295db62037cdb Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Nov 2019 21:36:35 +0000 Subject: Update for pandoc-types >=1.20 Signed-off-by: Sean Whitton --- pandoc-citeproc-preamble.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pandoc-citeproc-preamble.cabal') diff --git a/pandoc-citeproc-preamble.cabal b/pandoc-citeproc-preamble.cabal index fdc91ca..4438ca4 100644 --- a/pandoc-citeproc-preamble.cabal +++ b/pandoc-citeproc-preamble.cabal @@ -15,10 +15,11 @@ executable pandoc-citeproc-preamble hs-source-dirs: src main-is: pandoc-citeproc-preamble.hs build-depends: base >= 4 && < 5 - , pandoc-types + , pandoc-types >= 1.20 , process , directory , filepath + , text-conversions default-language: Haskell2010 source-repository head -- cgit v1.2.3