diff options
| author | John MacFarlane <[email protected]> | 2025-05-12 00:43:39 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-12 00:43:39 -0700 |
| commit | 9bb805adb0a5b9dbf68cbd5473b250ef78685a93 (patch) | |
| tree | 438df465beff928c53567db73673a0f15ffe6306 /pandoc-lua-engine | |
| parent | ddcc4e0c65c332cb35ead58c535e7496161d417e (diff) | |
Use citeproc-0.9. Bump citeproc bounds for pandoc, pandoc-lua-engine.
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 8b8191757..24678bf4b 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -108,7 +108,7 @@ library build-depends: aeson , bytestring >= 0.9 && < 0.13 , crypton >= 0.30 && < 1.1 - , citeproc >= 0.8 && < 0.9 + , citeproc >= 0.8 && < 0.10 , containers >= 0.6.0.1 && < 0.9 , data-default >= 0.4 && < 0.9 , doclayout >= 0.5 && < 0.6 |
