From b55310de7f4fa68f67aa52db5d1981a99cff3d3b Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 26 Oct 2016 23:36:59 +0200
Subject: [PATCH] stack.yamls - use git commit from pandoc-citeproc

so we don't have to wait for stackage's hackage mirror to update.
---
 deb/stack.yaml     | 4 +++-
 osx/stack.yaml     | 4 +++-
 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