Skip to content

Commit 790fb30

Browse files
committed
Revert "[ #2655 ] Temporally disabled make TAGS with GHC 7.8.4. (#2656)"
This reverts commit 48ee5fd. See haskell/cabal#4624 (comment).
1 parent 11fed58 commit 790fb30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,7 @@ script:
362362
make BUILD_DIR=$BUILD_DIR lib-interaction;
363363
fi
364364

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

0 commit comments

Comments
 (0)