diff options
| author | John MacFarlane <[email protected]> | 2024-02-06 19:49:47 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-06 19:49:47 -0800 |
| commit | 4916cfdd4d34609ceca7ae30726dffde2e2159ab (patch) | |
| tree | 6652eb6783af781f6f9ac0eaf5bb8bf746865d7c | |
| parent | 4b8882b45967ccaff03b652fe8e25a3ccc33623d (diff) | |
Use latest commonmark-extensions.
| -rw-r--r-- | cabal.project | 8 | ||||
| -rw-r--r-- | stack.yaml | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/cabal.project b/cabal.project index 178b98d44..90a6747de 100644 --- a/cabal.project +++ b/cabal.project @@ -11,7 +11,13 @@ source-repository-package type: git location: https://github.com/jgm/commonmark-hs subdir: commonmark-pandoc - tag: d681657a8b1ff9c7d0120356fbce079d325eada4 + tag: f0b96532e36f31f47cc34602ecac694ffde8a27a + +source-repository-package + type: git + location: https://github.com/jgm/commonmark-hs + subdir: commonmark-extensions + tag: f0b96532e36f31f47cc34602ecac694ffde8a27a source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index 11fd77220..90dffbb19 100644 --- a/stack.yaml +++ b/stack.yaml @@ -31,8 +31,8 @@ extra-deps: - git: https://github.com/jgm/typst-hs commit: abfe46fd48ae3610c6522c3dbb1d84a2b2fafb74 - git: https://github.com/jgm/commonmark-hs - subdirs: [commonmark-pandoc] - commit: d681657a8b1ff9c7d0120356fbce079d325eada4 + subdirs: [commonmark-pandoc, commonmark-extensions] + commit: f0b96532e36f31f47cc34602ecac694ffde8a27a ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
