Revert "remove unnecessary profiling flag"

This reverts commit d065038c8a.

Put profiling flag back, and comment out 'cabal check' test in .travis.yml
This commit is contained in:
Brent Yorgey
2018-03-21 22:22:58 -05:00
parent d065038c8a
commit af3d3818c8
2 changed files with 12 additions and 2 deletions

View File

@@ -100,8 +100,9 @@ script:
- cabal new-build -w ${HC} ${TEST} ${BENCH} all
- if [ "x$TEST" = "x--enable-tests" ]; then cabal new-test -w ${HC} ${TEST} ${BENCH} all; fi
# cabal check
- (cd xmonad-* && cabal check)
# We don't do cabal check because it is unhappy about a convenience flag for
# building with profiling.
# - (cd xmonad-* && cabal check)
# haddock
- rm -rf ./dist-newstyle