diff options
| author | John MacFarlane <[email protected]> | 2023-07-06 22:48:13 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-06 22:48:13 -0700 |
| commit | d76ca4624d795e2a5427de974691efed19dfe52e (patch) | |
| tree | c3f44a50124111c98ec6bd87cab9adf07bfb5599 | |
| parent | 3fa796d054c7a4d71c390b83ffb026b5b2ef681a (diff) | |
Use released pandoc-types.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/cabal.project b/cabal.project index 81ce55da5..373e9541a 100644 --- a/cabal.project +++ b/cabal.project @@ -9,11 +9,6 @@ constraints: skylighting-format-blaze-html >= 0.1.1, source-repository-package type: git - location: https://github.com/jgm/pandoc-types - tag: 2b68c905e75c65e66eaa4635e4c1bd6aabd6302f - -source-repository-package - type: git location: https://github.com/jgm/typst-hs tag: 74cc25961afd03f9d6aeb8b8ef8e4631c94ca0e9 -- when time for a release: diff --git a/stack.yaml b/stack.yaml index 7efc34e0f..160eb1828 100644 --- a/stack.yaml +++ b/stack.yaml @@ -24,10 +24,9 @@ extra-deps: - commonmark-0.2.3 - typst-symbols-0.1.2 - toml-parser-1.1.1.0 +- pandoc-types-1.23.0.1 - git: https://github.com/jgm/typst-hs commit: 74cc25961afd03f9d6aeb8b8ef8e4631c94ca0e9 -- git: https://github.com/jgm/pandoc-types - commit: 2b68c905e75c65e66eaa4635e4c1bd6aabd6302f ghc-options: |
