Use latest pandoc-types (1.17.5).
This commit is contained in:
parent
a41222db3e
commit
8b4728e284
3 changed files with 4 additions and 4 deletions
|
@ -363,7 +363,7 @@ library
|
||||||
xml >= 1.3.12 && < 1.4,
|
xml >= 1.3.12 && < 1.4,
|
||||||
split >= 0.2 && < 0.3,
|
split >= 0.2 && < 0.3,
|
||||||
random >= 1 && < 1.2,
|
random >= 1 && < 1.2,
|
||||||
pandoc-types >= 1.17.4.2 && < 1.18,
|
pandoc-types >= 1.17.5 && < 1.18,
|
||||||
aeson >= 0.7 && < 1.5,
|
aeson >= 0.7 && < 1.5,
|
||||||
aeson-pretty >= 0.8.5 && < 0.9,
|
aeson-pretty >= 0.8.5 && < 0.9,
|
||||||
tagsoup >= 0.14.6 && < 0.15,
|
tagsoup >= 0.14.6 && < 0.15,
|
||||||
|
@ -610,7 +610,7 @@ test-suite test-pandoc
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
build-depends: base >= 4.2 && < 5,
|
build-depends: base >= 4.2 && < 5,
|
||||||
pandoc,
|
pandoc,
|
||||||
pandoc-types >= 1.17.4.2 && < 1.18,
|
pandoc-types >= 1.17.5 && < 1.18,
|
||||||
bytestring >= 0.9 && < 0.11,
|
bytestring >= 0.9 && < 0.11,
|
||||||
base64-bytestring >= 0.1 && < 1.1,
|
base64-bytestring >= 0.1 && < 1.1,
|
||||||
text >= 0.11 && < 1.3,
|
text >= 0.11 && < 1.3,
|
||||||
|
|
|
@ -25,7 +25,7 @@ extra-deps:
|
||||||
- hs-bibutils-6.2.0.1
|
- hs-bibutils-6.2.0.1
|
||||||
- pandoc-citeproc-0.14.3.1
|
- pandoc-citeproc-0.14.3.1
|
||||||
- tagsoup-0.14.6
|
- tagsoup-0.14.6
|
||||||
- pandoc-types-1.17.4.2
|
- pandoc-types-1.17.5
|
||||||
- haddock-library-1.6.0
|
- haddock-library-1.6.0
|
||||||
- texmath-0.11
|
- texmath-0.11
|
||||||
resolver: lts-9.14
|
resolver: lts-9.14
|
||||||
|
|
|
@ -18,7 +18,7 @@ extra-deps:
|
||||||
- ansi-terminal-0.8.0.2
|
- ansi-terminal-0.8.0.2
|
||||||
- tasty-1.0.1.1
|
- tasty-1.0.1.1
|
||||||
- test-framework-0.8.2.0
|
- test-framework-0.8.2.0
|
||||||
- pandoc-types-1.17.4.2
|
- pandoc-types-1.17.5
|
||||||
- cmark-gfm-0.1.3
|
- cmark-gfm-0.1.3
|
||||||
- hslua-module-text-0.1.2.1
|
- hslua-module-text-0.1.2.1
|
||||||
- texmath-0.11
|
- texmath-0.11
|
||||||
|
|
Loading…
Reference in a new issue