Depend on typst 0.6.1
This commit is contained in:
parent
920747918c
commit
aaf9223b78
5 changed files with 3 additions and 10 deletions
|
@ -9,11 +9,6 @@ constraints: skylighting-format-blaze-html >= 0.1.1.2,
|
|||
-- for now (commercialhaskell/stackage#7545):
|
||||
data-default-class <= 0.2, data-default <= 0.8
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/typst-hs.git
|
||||
tag: 5a50154c958d09c06fd884dcc4519403f7904bc1
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/commonmark-hs.git
|
||||
|
|
|
@ -124,7 +124,7 @@ library
|
|||
, hslua-repl >= 0.1.1 && < 0.2
|
||||
, lpeg >= 1.1 && < 1.2
|
||||
, mtl >= 2.2 && < 2.4
|
||||
, pandoc >= 3.5 && < 3.6
|
||||
, pandoc >= 3.6 && < 3.7
|
||||
, pandoc-lua-marshal >= 0.3 && < 0.4
|
||||
, pandoc-types >= 1.22 && < 1.24
|
||||
, parsec >= 3.1 && < 3.2
|
||||
|
|
|
@ -49,7 +49,7 @@ common common-executable
|
|||
|
||||
library
|
||||
import: common-options
|
||||
build-depends: pandoc >= 3.5 && < 3.6,
|
||||
build-depends: pandoc >= 3.5 && < 3.7,
|
||||
pandoc-types >= 1.22 && < 1.24,
|
||||
containers >= 0.6.0.1 && < 0.8,
|
||||
aeson >= 2.0 && < 2.3,
|
||||
|
|
|
@ -541,7 +541,7 @@ library
|
|||
zip-archive >= 0.4.3.1 && < 0.5,
|
||||
zlib >= 0.5 && < 0.8,
|
||||
xml >= 1.3.12 && < 1.4,
|
||||
typst >= 0.6 && < 0.6.1,
|
||||
typst >= 0.6.1 && < 0.6.2,
|
||||
vector >= 0.12 && < 0.14,
|
||||
djot >= 0.1.2.2 && < 0.2,
|
||||
tls >= 2.0.1 && < 2.2,
|
||||
|
|
|
@ -23,8 +23,6 @@ extra-deps:
|
|||
- git: https://github.com/jgm/skylighting.git
|
||||
commit: 2b6876018a903207c7a9093c5c63b00a4d0980be
|
||||
subdirs: [skylighting-core, skylighting-format-blaze-html]
|
||||
- git: https://github.com/jgm/typst-hs.git
|
||||
commit: 5a50154c958d09c06fd884dcc4519403f7904bc1
|
||||
- git: https://github.com/jgm/commonmark-hs.git
|
||||
commit: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
|
||||
subdirs: [commonmark-extensions, commonmark-pandoc]
|
||||
|
|
Loading…
Add table
Reference in a new issue