aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cabal.project8
-rw-r--r--stack.yaml5
2 files changed, 8 insertions, 5 deletions
diff --git a/cabal.project b/cabal.project
index d795a255e..ad1bcce55 100644
--- a/cabal.project
+++ b/cabal.project
@@ -4,8 +4,8 @@ package pandoc
flags: +embed_data_files -trypandoc
ghc-options: -j +RTS -A64m -RTS
--- source-repository-package
--- type: git
--- location: https://github.com/jgm/citeproc
--- tag: 0.1.1.1
+source-repository-package
+ type: git
+ location: https://github.com/jgm/citeproc
+ tag: 42b1d154b02435229acbe98ae0f17d01b757ee93
diff --git a/stack.yaml b/stack.yaml
index 16f56c9d4..f18cec419 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -21,7 +21,10 @@ extra-deps:
- commonmark-0.1.1.2
- commonmark-extensions-0.2.0.4
- commonmark-pandoc-0.2.0.1
-- citeproc-0.2
+#- citeproc-0.2
+- citeproc:
+ git: https://github.com/jgm/citeproc.git
+ commit: 42b1d154b02435229acbe98ae0f17d01b757ee93
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-14.6