Makefile: --enable-benchmarks no longer works with cabal install.
This commit is contained in:
parent
851703044e
commit
f7c7672c40
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue