From e17b4718d46dbd0962a15073ccc8a322880f661e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 19 Jul 2020 17:19:22 -0700 Subject: Use commonmark-extensions, commonmark-pandoc 0.2. --- pandoc.cabal | 6 +++--- stack.yaml | 9 ++------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index 90b41c593..25ce935a4 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -422,9 +422,9 @@ library JuicyPixels >= 3.1.6.1 && < 3.4, Glob >= 0.7 && < 0.11, doctemplates >= 0.8.2 && < 0.9, - commonmark-pandoc >= 0.1, - commonmark >= 0.1, - commonmark-extensions >= 0.1, + commonmark-pandoc >= 0.2 && < 0.3, + commonmark >= 0.1 && < 0.2, + commonmark-extensions >= 0.2 && < 0.3, network-uri >= 2.6 && < 2.7, network >= 2.6, connection >= 0.3.1, diff --git a/stack.yaml b/stack.yaml index 101dd80be..aede3892c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -28,13 +28,8 @@ extra-deps: - HsYAML-aeson-0.2.0.0 - doctemplates-0.8.2 - commonmark-0.1.0.0 -#- commonmark-extensions-0.1.0.0 -#- commonmark-pandoc-0.1.0.0 -- git: https://github.com/jgm/commonmark-hs - commit: 8d4442abc443ce0100cc87af797e7df9a72b9b9a - subdirs: - - commonmark-extensions - - commonmark-pandoc +- commonmark-extensions-0.2.0.0 +- commonmark-pandoc-0.2.0.0 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules -- cgit v1.2.3