mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
Use released citeproc 0.11.
This commit is contained in:
@@ -8,8 +8,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
|
||||
skylighting-format-context >= 0.1.0.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/citeproc.git
|
||||
tag: 4bb4c209fb1dd3fa6f6aaa5bfe76022059c0affa
|
||||
|
||||
+1
-1
@@ -503,7 +503,7 @@ library
|
||||
blaze-markup >= 0.8 && < 0.9,
|
||||
bytestring >= 0.9 && < 0.13,
|
||||
case-insensitive >= 1.2 && < 1.3,
|
||||
citeproc >= 0.10 && < 0.11,
|
||||
citeproc >= 0.11 && < 0.12,
|
||||
commonmark >= 0.2.6.1 && < 0.3,
|
||||
commonmark-extensions >= 0.2.6 && < 0.3,
|
||||
commonmark-pandoc >= 0.2.3 && < 0.3,
|
||||
|
||||
+1
-2
@@ -17,8 +17,7 @@ extra-deps:
|
||||
- skylighting-0.14.7
|
||||
- djot-0.1.2.3
|
||||
- texmath-0.13.0.1
|
||||
- git: https://github.com/jgm/citeproc.git
|
||||
commit: 4bb4c209fb1dd3fa6f6aaa5bfe76022059c0affa
|
||||
- citeproc-0.11
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
resolver: lts-24.9
|
||||
|
||||
Reference in New Issue
Block a user