Makefile: Use Hackage citeproc-hs 0.3.5.

This commit is contained in:
John MacFarlane 2012-09-28 21:57:37 -04:00
parent 3abc1021aa
commit 4b65c2041c

View file

@ -9,7 +9,8 @@ all:
prof:
cabal-dev configure --enable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build
prep: pandoc-types citeproc-hs
prep: pandoc-types
cabal update && \
cabal-dev install-deps --enable-library-profiling --enable-tests --enable-benchmarks
quick: