From f387d9bcd6c58c0335f578fca09135f789ceae29 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Sun, 27 Feb 2022 22:42:38 -0800 Subject: [PATCH] Use latest dev commonmark-extensions. Closes #7942. --- cabal.project | 4 ++-- stack.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index 14479806c..0e79c1daa 100644 --- a/cabal.project +++ b/cabal.project @@ -16,11 +16,11 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git - tag: 02f573527d537a3f9e037d460638d1e4f8a5ca9b + tag: cc815e013f0d87eef3daef8ad9e376ad807b012b subdir: commonmark source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git - tag: 02f573527d537a3f9e037d460638d1e4f8a5ca9b + tag: cc815e013f0d87eef3daef8ad9e376ad807b012b subdir: commonmark-extensions diff --git a/stack.yaml b/stack.yaml index 1c0ea449f..441029aaa 100644 --- a/stack.yaml +++ b/stack.yaml @@ -39,7 +39,7 @@ extra-deps: - git: https://github.com/jgm/citeproc.git commit: 32fcf268d8bac2825eddd3c51a9112112e5eaadb - git: https://github.com/jgm/commonmark-hs.git - commit: 02f573527d537a3f9e037d460638d1e4f8a5ca9b + commit: cc815e013f0d87eef3daef8ad9e376ad807b012b subdirs: [commonmark, commonmark-extensions] - git: https://github.com/jgm/texmath.git commit: 31438be6166497425039d7f2ac29b13ad6792387