From 0df5ea87cf4dbfef586353883f3eb8af3da232df Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 14 Jul 2020 13:00:53 -0700 Subject: Use released versions of commonmark libraries. --- cabal.project | 1 + stack.yaml | 9 +++------ 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 -- cgit v1.2.3