diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-04 07:59:07 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-04 07:59:07 -0800 |
commit | a6d20b32c74b55c9e019026b940da01bb81bd6bb (patch) | |
tree | e252861b9112ee5d133906295cef78de520cb66d /windows | |
parent | 1cee48158e100f7d452878eb2fc672df145a637e (diff) | |
download | pandoc-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.yaml | 2 |
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' |