aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: