Disable tests and benchmarks for yesod devel #864

This commit is contained in:
Michael Snoyman 2014-11-13 23:35:29 +02:00
parent f90397ad3d
commit c0f0c13352

View File

@ -300,6 +300,8 @@ configure opts extraArgs =
checkExit =<< createProcess (proc (cabalProgram opts) $
[ "configure"
, "-flibrary-only"
, "--disable-tests"
, "--disable-benchmarks"
, "-fdevel"
, "--disable-library-profiling"
, "--with-ld=yesod-ld-wrapper"