Makefile: cabal-dev/cabal update.

This commit is contained in:
John MacFarlane 2012-10-02 16:38:46 -07:00
parent 3a3fe2df6c
commit f9d76bd666

View file

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