From 3720005c53679317aea05f8b9ce53d1451adba69 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 12 Oct 2017 21:57:51 -0700
Subject: [PATCH] .travis.yml - move 7.10 and 8.0 out of accepted failures.

---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2a38fd03b..059a0e546 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,12 +78,9 @@ matrix:
   #   compiler: ": #stack nightly osx"
   #   os: osx
 
-  # allow ghc 7.10.3 and 8.0.2 cabal build to fail; they tend to time out
   allow_failures:
   - env: BUILD=cabal GHCVER=head  CABALVER=head
   - env: BUILD=stack ARGS="--resolver nightly"
-  - env: BUILD=cabal GHCVER=8.0.2 CABALVER=1.24 OPTS="-O0 -Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror" FLAGS="fast" CABALARGS=""
-  - env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 OPTS="-O0 -Wall -fno-warn-unused-do-bind -Werror" FLAGS="fast embed_data_files" CABALARGS=""
 
   fast_finish: true