Skip to content

Commit

Permalink
Revert "[ #2655 ] Temporally disabled make TAGS with GHC 7.8.4. (#2…
Browse files Browse the repository at this point in the history
…656)"

This reverts commit 48ee5fd.

See haskell/cabal#4624 (comment).
  • Loading branch information
asr committed Jul 28, 2017
1 parent 11fed58 commit 790fb30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,7 @@ script:
make BUILD_DIR=$BUILD_DIR lib-interaction;
fi

# ASR (2017-07-25). Temporally disabled for GHC 7.8.4 [Issue #2655].
- if [[ $TEST = "MAIN" && $GHC_VER != "7.8.4" ]]; then
- if [[ $TEST = "MAIN" ]]; then
make BUILD_DIR=$BUILD_DIR TAGS;
fi

Expand Down

0 comments on commit 790fb30

Please sign in to comment.