aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-04 07:59:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-04 07:59:07 -0800
commita6d20b32c74b55c9e019026b940da01bb81bd6bb (patch)
treee252861b9112ee5d133906295cef78de520cb66d /windows
parent1cee48158e100f7d452878eb2fc672df145a637e (diff)
downloadpandoc-a6d20b32c74b55c9e019026b940da01bb81bd6bb.tar.gz
windows/stack.yaml - use local pandoc-citeproc.
I'm not sure why this is needed, but it is. Otherwise the build fails.
Diffstat (limited to 'windows')
-rw-r--r--windows/stack.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/stack.yaml b/windows/stack.yaml
index ecf6de502..32ae3a501 100644
--- a/windows/stack.yaml
+++ b/windows/stack.yaml
@@ -13,7 +13,7 @@ flags:
debug: false
packages:
- '..'
-- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz'
+- '../../pandoc-citeproc'
extra-deps:
- 'cmark-0.5.0'
- 'hsb2hs-0.3.1'