addfile ./Makefile hunk ./Makefile 1 +test: + runhaskell Setup configure --user -fbuildTests --ghc-option=-rtsopts + runhaskell Setup build + runhaskell Setup haddock + ./dist/build/test/test +RTS -M64m -c30 -RTS | tee test.log + if grep Falsifiable test.log >/dev/null; then exit 1; fi changepref test runhaskell Setup configure --user -fbuildTests && runhaskell Setup build && runhaskell Setup haddock && ./dist/build/test/test +RTS -M4m -c30 -RTS | tee test.log && if grep Falsifiable test.log >/dev/null; then exit 1; fi make test