From 886e131949da44eacc941e8356ae35c718c619ee Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 13 Oct 2016 16:35:23 +0200 Subject: [PATCH] Use latest pandoc-citeproc in stack.yamls. --- deb/stack.yaml | 2 +- osx/stack.yaml | 2 +- windows/stack.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deb/stack.yaml b/deb/stack.yaml index 29213c8eb..76f0ae5df 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -14,7 +14,7 @@ flags: packages: - '..' extra-deps: -- pandoc-citeproc-0.10.1.1 +- pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 - texmath-0.8.6.6 resolver: lts-7.2 diff --git a/osx/stack.yaml b/osx/stack.yaml index b1cd131ae..e1e8bc2ca 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -17,7 +17,7 @@ ghc-options: packages: - '..' extra-deps: -- pandoc-citeproc-0.10.1.1 +- pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 - texmath-0.8.6.6 resolver: lts-7.2 diff --git a/windows/stack.yaml b/windows/stack.yaml index f066520f4..95b692b6a 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -18,6 +18,6 @@ packages: commit: 485eb11e9869fcd4c1ca9bcd68d3ccd384230252 extra-deps: - texmath-0.8.6.6 -- pandoc-citeproc-0.10.1.1 +- pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 resolver: lts-7.2