diff options
| author | John MacFarlane <[email protected]> | 2024-10-25 08:47:28 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-10-25 08:47:38 -0700 |
| commit | de3b029b41bbc9dcd52091c1f5a5feb1ef430a87 (patch) | |
| tree | b0aaa1104c60c960ef6c0f9eacb2f6983c408d8d | |
| parent | fc8f4534cfe96d366bacdd73901d880c5907f8f5 (diff) | |
Use dev version of commonmark-extensions
| -rw-r--r-- | cabal.project | 6 | ||||
| -rw-r--r-- | stack.yaml | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 1caf8d79d..155f0942e 100644 --- a/cabal.project +++ b/cabal.project @@ -21,3 +21,9 @@ source-repository-package type: git location: https://github.com/pandoc/pandoc-lua-marshal.git tag: 2dc58d431bb3e4d55999db03c470fbf32970b3d5 + +source-repository-package + type: git + location: https://github.com/pandoc/commonmark-hs.git + tag: 7950d58dd270ec1576671feb96408bfb0b0fcfdb + subdir: commonmark-extensions diff --git a/stack.yaml b/stack.yaml index f7236b726..82572e265 100644 --- a/stack.yaml +++ b/stack.yaml @@ -28,6 +28,10 @@ extra-deps: commit: a05431fd3ee218e42ece855ea25a038c23a589c7 - git: https://github.com/pandoc/pandoc-lua-marshal commit: 2dc58d431bb3e4d55999db03c470fbf32970b3d5 +- git: https://github.com/pandoc/commonmark-hs.git + commit: 7950d58dd270ec1576671feb96408bfb0b0fcfdb + subdirs: [commonmark-extensions] + ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-22.33 |
