aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2020-03-31 23:23:27 -0700
committerJohn MacFarlane <[email protected]>2020-07-19 22:51:59 -0700
commit0db4702042344e3b670a53480bb0ab5b41eb9aeb (patch)
tree18330e66d27606b276a12d16cfc82136f61879a2 /stack.yaml
parentc2cc4a050476ad2680ab23be5da4a0b1b12788cc (diff)
Use commonmark-hs to parse commonmark/gfm...
...instead of cmark-gfm (a wrapper around a C library). We can now support many more pandoc extensions for commonmark and gfm. Add fenced_code_attributes to gfm/commonmark extensions.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index 98a63f454..3376675b2 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -27,6 +27,12 @@ extra-deps:
- HsYAML-0.2.1.0
- HsYAML-aeson-0.2.0.0
- doctemplates-0.8.2
+- git: https://github.com/jgm/commonmark-hs
+ commit: 4a632d079e82f679a4aad598f7c9701df81c370f
+ subdirs:
+ - commonmark
+ - commonmark-extensions
+ - commonmark-pandoc
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-14.6