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