aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-07-19 17:19:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-07-19 22:51:59 -0700
commite17b4718d46dbd0962a15073ccc8a322880f661e (patch)
tree65250219dbee381e04a0803e2fbd438a7b0b126e
parent490f34dee5a1fc046d66ec1adf32f4c24c5f5e4f (diff)
downloadpandoc-e17b4718d46dbd0962a15073ccc8a322880f661e.tar.gz
Use commonmark-extensions, commonmark-pandoc 0.2.
-rw-r--r--pandoc.cabal6
-rw-r--r--stack.yaml9
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