From 2059c05f0e9167aa1f408cc28d1883647705523b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 22 Oct 2020 21:45:38 -0700 Subject: 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. --- cabal.project | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cabal.project') diff --git a/cabal.project b/cabal.project index e848f1b45..96e56de84 100644 --- a/cabal.project +++ b/cabal.project @@ -4,8 +4,8 @@ package pandoc flags: +embed_data_files -trypandoc ghc-options: -j +RTS -A64m -RTS -source-repository-package - type: git - location: https://github.com/jgm/citeproc - tag: 3230fb6fa1beff3e27389be20217a31d3c1207e9 +-- source-repository-package +-- type: git +-- location: https://github.com/jgm/citeproc +-- tag: 0.1.0.3 -- cgit v1.2.3