diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-02-13 11:26:14 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-02-13 12:47:51 -0800 |
| commit | 495ae605e3238d02a7e5e3b5be6a43b50ce5e492 (patch) | |
| tree | a9446faa16e8810fbc64073115681901724db496 | |
| parent | f3b0f19d7a70e682022b9d7f5e60e87a45d32b3d (diff) | |
Use latest dev commonmark, commonmark-extensions.
| -rw-r--r-- | cabal.project | 8 | ||||
| -rw-r--r-- | stack.yaml | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/cabal.project b/cabal.project index fdd50eb84..f964bc50d 100644 --- a/cabal.project +++ b/cabal.project @@ -7,9 +7,13 @@ source-repository-package type: git location: https://github.com/jgm/citeproc.git tag: 32fcf268d8bac2825eddd3c51a9112112e5eaadb - source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git - tag: e114359f413b95ef0f4b3d78956a76fcb38a4b2f + tag: 3f7d9abcd5366576e308c1cd5dad91c7b4d4e31b subdir: commonmark +source-repository-package + type: git + location: https://github.com/jgm/commonmark-hs.git + tag: 3f7d9abcd5366576e308c1cd5dad91c7b4d4e31b + subdir: commonmark-extensions diff --git a/stack.yaml b/stack.yaml index 8df7d0667..f8407095a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -35,14 +35,13 @@ extra-deps: - unicode-transforms-0.4.0@rev:1 - unicode-data-0.3.0 - texmath-0.12.4 -- commonmark-extensions-0.2.3 - commonmark-pandoc-0.2.1.2 - ipynb-0.2 - git: https://github.com/jgm/citeproc.git commit: 32fcf268d8bac2825eddd3c51a9112112e5eaadb - git: https://github.com/jgm/commonmark-hs.git - commit: e114359f413b95ef0f4b3d78956a76fcb38a4b2f - subdirs: [commonmark] + commit: 3f7d9abcd5366576e308c1cd5dad91c7b4d4e31b + subdirs: [commonmark, commonmark-extensions] ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.10 |
