diff options
-rw-r--r-- | deb/stack.yaml | 4 | ||||
-rw-r--r-- | osx/stack.yaml | 4 | ||||
-rw-r--r-- | windows/stack.yaml | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 19aba535c..cfd45fa8d 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -13,8 +13,10 @@ flags: debug: false packages: - '..' +- location: + git: https://github.com/jgm/pandoc-citeproc.git + commit: 1fb0ac09952ea69dac528652165d9d65313b77d4 extra-deps: - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 -- pandoc-citeproc-0.10.2.1 resolver: lts-7.5 diff --git a/osx/stack.yaml b/osx/stack.yaml index 0986ede34..dc76ba5bd 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -16,8 +16,10 @@ ghc-options: highlighting-kate: '-pgmP cpphs -optP--cpp' packages: - '..' +- location: + git: https://github.com/jgm/pandoc-citeproc.git + commit: 1fb0ac09952ea69dac528652165d9d65313b77d4 extra-deps: - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 -- pandoc-citeproc-0.10.2.1 resolver: lts-7.5 diff --git a/windows/stack.yaml b/windows/stack.yaml index 19aba535c..cfd45fa8d 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -13,8 +13,10 @@ flags: debug: false packages: - '..' +- location: + git: https://github.com/jgm/pandoc-citeproc.git + commit: 1fb0ac09952ea69dac528652165d9d65313b77d4 extra-deps: - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 -- pandoc-citeproc-0.10.2.1 resolver: lts-7.5 |