diff options
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 6 |
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 |