Skip to content

Commit f6d617c

Browse files
committed
Use dev version of citeproc.
Closes #10451.
1 parent 0b83129 commit f6d617c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

cabal.project

+6
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
99
-- for now (commercialhaskell/stackage#7545):
1010
data-default-class <= 0.2, data-default <= 0.8
1111

12+
-- TODO also update skylighting before release
13+
14+
source-repository-package
15+
type: git
16+
location: https://github.com/jgm/citeproc.git
17+
tag: cc84ef0426c0a7acdc7777c71d0f2ca629f99c56

stack.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ packages:
1010
- 'pandoc-server'
1111
extra-deps:
1212
- tls-2.1.5
13+
- git: https://github.com/jgm/citeproc.git
14+
commit: cc84ef0426c0a7acdc7777c71d0f2ca629f99c56
15+
1316
ghc-options:
1417
"$locals": -fhide-source-paths -Wno-missing-home-modules
1518
resolver: lts-23.0

0 commit comments

Comments
 (0)