Require citeproc >= 0.1.0.3.
In the previous release we pointed to this with cabal.project and stack.yaml, but jumped the gun because citeproc 0.1.0.3 had not yet been officially released.
This commit is contained in:
parent
06be050d82
commit
2059c05f0e
3 changed files with 6 additions and 7 deletions
|
@ -4,8 +4,8 @@ package pandoc
|
||||||
flags: +embed_data_files -trypandoc
|
flags: +embed_data_files -trypandoc
|
||||||
ghc-options: -j +RTS -A64m -RTS
|
ghc-options: -j +RTS -A64m -RTS
|
||||||
|
|
||||||
source-repository-package
|
-- source-repository-package
|
||||||
type: git
|
-- type: git
|
||||||
location: https://github.com/jgm/citeproc
|
-- location: https://github.com/jgm/citeproc
|
||||||
tag: 3230fb6fa1beff3e27389be20217a31d3c1207e9
|
-- tag: 0.1.0.3
|
||||||
|
|
||||||
|
|
|
@ -404,7 +404,7 @@ library
|
||||||
blaze-markup >= 0.8 && < 0.9,
|
blaze-markup >= 0.8 && < 0.9,
|
||||||
bytestring >= 0.9 && < 0.12,
|
bytestring >= 0.9 && < 0.12,
|
||||||
case-insensitive >= 1.2 && < 1.3,
|
case-insensitive >= 1.2 && < 1.3,
|
||||||
citeproc >= 0.1.0.2 && < 0.2,
|
citeproc >= 0.1.0.3 && < 0.2,
|
||||||
commonmark >= 0.1.0.2 && < 0.2,
|
commonmark >= 0.1.0.2 && < 0.2,
|
||||||
commonmark-extensions >= 0.2 && < 0.3,
|
commonmark-extensions >= 0.2 && < 0.3,
|
||||||
commonmark-pandoc >= 0.2 && < 0.3,
|
commonmark-pandoc >= 0.2 && < 0.3,
|
||||||
|
|
|
@ -22,8 +22,7 @@ extra-deps:
|
||||||
- commonmark-0.1.0.2
|
- commonmark-0.1.0.2
|
||||||
- commonmark-extensions-0.2.0.1
|
- commonmark-extensions-0.2.0.1
|
||||||
- commonmark-pandoc-0.2.0.1
|
- commonmark-pandoc-0.2.0.1
|
||||||
- git: https://github.com/jgm/citeproc
|
- citeproc-0.1.0.3
|
||||||
commit: 3230fb6fa1beff3e27389be20217a31d3c1207e9
|
|
||||||
|
|
||||||
ghc-options:
|
ghc-options:
|
||||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||||
|
|
Loading…
Add table
Reference in a new issue