aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml8
2 files changed, 5 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b95446883..c02dfeb38 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -400,7 +400,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.2 && < 0.3,
+ citeproc >= 0.2.0.1 && < 0.3,
commonmark >= 0.1.1.2 && < 0.2,
commonmark-extensions >= 0.2.0.4 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,
diff --git a/stack.yaml b/stack.yaml
index 7a849b713..ef0bc7a83 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -17,10 +17,10 @@ extra-deps:
- commonmark-extensions-0.2.0.4
- commonmark-pandoc-0.2.0.1
- doctemplates-0.8.3
-#- citeproc-0.2
-- citeproc:
- git: https://github.com/jgm/citeproc.git
- commit: 42b1d154b02435229acbe98ae0f17d01b757ee93
+- citeproc-0.2.0.1
+# - citeproc:
+# git: https://github.com/jgm/citeproc.git
+# commit: 42b1d154b02435229acbe98ae0f17d01b757ee93
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-16.23