From 4b65c2041c7d1ba938a2a1f76a983dd97930eb43 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 28 Sep 2012 21:57:37 -0400 Subject: Makefile: Use Hackage citeproc-hs 0.3.5. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3