windows/stack.yaml - use local pandoc-citeproc.

I'm not sure why this is needed, but it is. Otherwise
the build fails.
This commit is contained in:
John MacFarlane 2016-01-04 07:59:07 -08:00
parent 1cee48158e
commit a6d20b32c7

View file

@ -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'