diff options
| author | John MacFarlane <[email protected]> | 2021-10-03 22:26:58 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2021-10-03 22:26:58 -0700 |
| commit | 698e47c6b8c048dea83690470fc4c02a436257be (patch) | |
| tree | 4a8e58b8bfbfe3cbb85cf52309e5a01570d735ad | |
| parent | abe8a434c4e68c1828c69aee0b11f16d98c09612 (diff) | |
Use latest dev version of commonmark-hs.
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index 759faca1d..8910569f1 100644 --- a/cabal.project +++ b/cabal.project @@ -20,6 +20,6 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git - tag: bb866b569618f7a9c12579f608116bf60010c9ac + tag: 8d243cdf67ee673a09ceab26948422d784796859 subdir: commonmark-pandoc diff --git a/stack.yaml b/stack.yaml index e484a95db..86a49ff63 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ extra-deps: - git: https://github.com/jgm/pandoc-types.git commit: 39048c9be4922771b378154f72557a5a57739d37 - git: https://github.com/jgm/commonmark-hs.git - commit: bb866b569618f7a9c12579f608116bf60010c9ac + commit: 8d243cdf67ee673a09ceab26948422d784796859 subdirs: - commonmark-pandoc - git: https://github.com/jgm/citeproc.git |
