Makefile: --enable-benchmarks no longer works with cabal install.

This commit is contained in:
John MacFarlane 2013-07-13 15:06:09 -07:00
parent 851703044e
commit f7c7672c40

View file

@ -6,6 +6,9 @@
all:
cabal-dev configure --enable-tests --enable-benchmarks && cabal-dev build
test: all
cabal test
prof:
cabal-dev configure --disable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build
@ -45,4 +48,4 @@ citeproc-hs: pandoc-types
cabal-dev add-source citeproc-hs
install:
cabal-dev install --enable-tests --enable-benchmarks
cabal-dev install --enable-tests