From 139bcb96143487e3f6fb68dbac123f2d85dc58a5 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Sun, 13 Feb 2022 13:33:54 -0800 Subject: [PATCH] Use latest dev commonmark-extensions. --- cabal.project | 4 ++-- stack.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index f964bc50d..f38eace9c 100644 --- a/cabal.project +++ b/cabal.project @@ -10,10 +10,10 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git - tag: 3f7d9abcd5366576e308c1cd5dad91c7b4d4e31b + tag: 02f573527d537a3f9e037d460638d1e4f8a5ca9b subdir: commonmark source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git - tag: 3f7d9abcd5366576e308c1cd5dad91c7b4d4e31b + tag: 02f573527d537a3f9e037d460638d1e4f8a5ca9b subdir: commonmark-extensions diff --git a/stack.yaml b/stack.yaml index f8407095a..834aec0a2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -40,7 +40,7 @@ extra-deps: - git: https://github.com/jgm/citeproc.git commit: 32fcf268d8bac2825eddd3c51a9112112e5eaadb - git: https://github.com/jgm/commonmark-hs.git - commit: 3f7d9abcd5366576e308c1cd5dad91c7b4d4e31b + commit: 02f573527d537a3f9e037d460638d1e4f8a5ca9b subdirs: [commonmark, commonmark-extensions] ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules