diff options
| author | John MacFarlane <[email protected]> | 2022-10-28 10:18:10 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-28 10:18:10 -0700 |
| commit | ef79995a5a80d828b3c7e896d54cec89ecef6071 (patch) | |
| tree | a2031388c071c8f9315117059730f8ecc2044b5e /stack.yaml | |
| parent | 0be828c103875a003b5d4269393e65451305fb24 (diff) | |
stack.yaml: use dev version of citeproc.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index e0d795ba6..57b34f153 100644 --- a/stack.yaml +++ b/stack.yaml @@ -30,9 +30,11 @@ extra-deps: - mime-types-0.1.1.0 - doclayout-0.4 - doctemplates-0.10.0.2 -- citeproc-0.8.0.2 - commonmark-extensions-0.2.3.3 - texmath-0.12.5.4 +- git: https://github.com/jgm/citeproc + commit: cb54223919ecd327250f1b167e4e0c61473f402e + ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-19.21 |
