From 25c1f58d189490ccd6a87a1699c56c22b244be50 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 30 Jan 2017 10:11:09 +0100
Subject: [PATCH] Use dev pandoc-citeproc in windows,osx,deb/stack.yaml.

---
 deb/stack.yaml     | 5 ++++-
 osx/stack.yaml     | 5 ++++-
 windows/stack.yaml | 5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/deb/stack.yaml b/deb/stack.yaml
index 747ff8b2f..6dbc93e2b 100644
--- a/deb/stack.yaml
+++ b/deb/stack.yaml
@@ -13,8 +13,11 @@ flags:
     debug: false
 packages:
 - '..'
+- location:
+    git: https://github.com/jgm/pandoc-citeproc.git
+    commit: 602dcd024ca474dd21907316d7e626055fb3fd51
+  extra-dep: true
 extra-deps:
-- pandoc-citeproc-0.10.4
 - texmath-0.9
 - doctemplates-0.1.0.2
 - pandoc-types-1.17.0.4
diff --git a/osx/stack.yaml b/osx/stack.yaml
index fe2154232..279459d26 100644
--- a/osx/stack.yaml
+++ b/osx/stack.yaml
@@ -16,8 +16,11 @@ ghc-options:
   highlighting-kate: '-pgmP cpphs -optP--cpp'
 packages:
 - '..'
+- location:
+    git: https://github.com/jgm/pandoc-citeproc.git
+    commit: 602dcd024ca474dd21907316d7e626055fb3fd51
+  extra-dep: true
 extra-deps:
-- pandoc-citeproc-0.10.4
 - texmath-0.9
 - doctemplates-0.1.0.2
 - pandoc-types-1.17.0.4
diff --git a/windows/stack.yaml b/windows/stack.yaml
index 747ff8b2f..6dbc93e2b 100644
--- a/windows/stack.yaml
+++ b/windows/stack.yaml
@@ -13,8 +13,11 @@ flags:
     debug: false
 packages:
 - '..'
+- location:
+    git: https://github.com/jgm/pandoc-citeproc.git
+    commit: 602dcd024ca474dd21907316d7e626055fb3fd51
+  extra-dep: true
 extra-deps:
-- pandoc-citeproc-0.10.4
 - texmath-0.9
 - doctemplates-0.1.0.2
 - pandoc-types-1.17.0.4