From 7179163826046dbacd0a8637b1dd71291aad1f0b Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Sun, 14 Oct 2012 21:08:41 -0700
Subject: [PATCH] Makefile: Back to using citeproc-hs repository.

The released version lacks some features we need.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 35a4aedaa..272e921ca 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all:
 prof:
 	cabal-dev configure --enable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build
 
-prep: pandoc-types
+prep: pandoc-types citeproc-hs
 	cabal-dev update && \
 	cabal-dev install-deps --enable-library-profiling --enable-tests --enable-benchmarks