diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2020-10-22 21:45:38 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-22 21:45:38 -0700 |
| commit | 2059c05f0e9167aa1f408cc28d1883647705523b (patch) | |
| tree | 785a14686e53575a0d83aa36b4098c5984bfe6f8 /stack.yaml | |
| parent | 06be050d82f0b81d6d666c0d85d89c40c26f3002 (diff) | |
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.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index 3d232763f..bacd2be16 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,8 +22,7 @@ extra-deps: - commonmark-0.1.0.2 - commonmark-extensions-0.2.0.1 - commonmark-pandoc-0.2.0.1 -- git: https://github.com/jgm/citeproc - commit: 3230fb6fa1beff3e27389be20217a31d3c1207e9 +- citeproc-0.1.0.3 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
