From ff56d43b50aaeeea014f5c6135aeb8a5123f32cf Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 4 Dec 2023 19:52:43 -0800 Subject: Use dev commonmark-extensions, commonmark-pandoc. --- cabal.project | 12 ++++++++++++ stack.yaml | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cabal.project b/cabal.project index 2082e244a..eb46921fb 100644 --- a/cabal.project +++ b/cabal.project @@ -7,6 +7,18 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.1, skylighting-format-context >= 0.1.0.2 +source-repository-package + type: git + location: https://github.com/jgm/commonmark-hs + subdir: commonmark-extensions + tag: f93cdaf1f13dfb9ae5a315d60a4b72ae9fc3112e + +source-repository-package + type: git + location: https://github.com/jgm/commonmark-hs + subdir: commonmark-pandoc + tag: f93cdaf1f13dfb9ae5a315d60a4b72ae9fc3112e + source-repository-package type: git location: https://github.com/jgm/typst-hs diff --git a/stack.yaml b/stack.yaml index 5b54c2911..735e40e7a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,9 +27,11 @@ extra-deps: - texmath-0.12.8.4 - tls-1.9.0 - commonmark-0.2.4 -- commonmark-extensions-0.2.4 - git: https://github.com/jgm/typst-hs commit: 2a92d6b61b077ad6eaff857f45aa50004658082e +- git: https://github.com/jgm/commonmark-hs + subdirs: [commonmark-extensions, commonmark-pandoc] + commit: f93cdaf1f13dfb9ae5a315d60a4b72ae9fc3112e ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules -- cgit v1.2.3