From 097ac68877acfa6d35ec3987b80ee1ae8da4ff62 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 31 Oct 2017 15:50:18 +0300 Subject: Update to pandoc 2 --- pancake.cabal | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'pancake.cabal') diff --git a/pancake.cabal b/pancake.cabal index 329fe14..e00e835 100644 --- a/pancake.cabal +++ b/pancake.cabal @@ -27,22 +27,23 @@ executable pancake main-is: Pancake.hs other-modules: Text.Pandoc.Readers.Plain , Text.Pandoc.Readers.Gopher - build-depends: base >=4.9 && <5, - bytestring >= 0.10.8.1, - colorful-monoids >= 0.2.1.0, - containers >= 0.5.7.1, - data-default >= 0.7.1.1, - directory >= 1.2.6.2, - filepath >= 1.4.1.0, - mtl >= 2.2.1, - network-uri >= 2.6.1.0, - pandoc >= 1.19.2.2, - pandoc-types >= 1.17.0.5, - parsec >= 3.1.11, - process >= 1.6, - terminfo >= 0.4.0.2, - utf8-string >= 1.0.1.1, - yaml >= 0.8.23.3 + build-depends: base >= 4.9 && < 5 + , bytestring >= 0.10.8.1 && < 1 + , colorful-monoids >= 0.2.1.0 && < 1 + , containers >= 0.5.7.1 && < 1 + , data-default >= 0.7.1.1 && < 1 + , directory >= 1.2.6.2 && < 2 + , filepath >= 1.4.1.0 && < 2 + , mtl >= 2.2.1 && < 3 + , network-uri >= 2.6.1.0 && < 3 + , pandoc >= 2 && < 3 + , pandoc-types >= 1.17.0.5 && < 2 + , parsec >= 3.1.11 && < 4 + , process >= 1.6 && < 2 + , terminfo >= 0.4.0.2 && < 1 + , text >= 1.2.2.2 && < 2 + , utf8-string >= 1.0.1.1 && < 2 + , yaml >= 0.8.23.3 && < 1 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall -- cgit v1.2.3