aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-28 21:57:37 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-28 21:57:37 -0400
commit4b65c2041c7d1ba938a2a1f76a983dd97930eb43 (patch)
tree1d7c51b45ecd65d820d8a8784db95d553c789786
parent3abc1021aae3cbba698ff8e27fc809647461248e (diff)
downloadpandoc-4b65c2041c7d1ba938a2a1f76a983dd97930eb43.tar.gz
Makefile: Use Hackage citeproc-hs 0.3.5.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b23545158..3dbb26c10 100644
--- a/Makefile
+++ b/Makefile
@@ -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: