aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-07-14 13:00:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-07-19 22:51:59 -0700
commit0df5ea87cf4dbfef586353883f3eb8af3da232df (patch)
tree0f9fb42bd41fcdfd65cf2913ab17fb8c148c0437
parent0aed9dd589189a9bbe5cae99e0e024e2d4a92c36 (diff)
downloadpandoc-0df5ea87cf4dbfef586353883f3eb8af3da232df.tar.gz
Use released versions of commonmark libraries.
-rw-r--r--cabal.project1
-rw-r--r--stack.yaml9
2 files changed, 4 insertions, 6 deletions
diff --git a/cabal.project b/cabal.project
index 135fa6031..8010bc697 100644
--- a/cabal.project
+++ b/cabal.project
@@ -12,3 +12,4 @@ source-repository-package
type: git
location: https://github.com/jgm/pandoc-citeproc
tag: 0.17.0.1
+
diff --git a/stack.yaml b/stack.yaml
index d9506b877..28f96b773 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -27,12 +27,9 @@ 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: a0ecfba10405ab9cfc285f531f4d98e5453234c1
- subdirs:
- - commonmark
- - commonmark-extensions
- - commonmark-pandoc
+- commonmark-0.1.0.0
+- commonmark-extensions-0.1.0.0
+- commonmark-pandoc-0.1.0.0
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-14.6