diff options
| -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: |
