Remove ghc-8.8.1from allowed failures

This commit is contained in:
Huw Campbell 2019-07-10 15:21:43 +10:00 committed by GitHub
parent 114e6ecaf3
commit 587c56083d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,6 @@ matrix:
env: GHCHEAD=true
allow_failures:
- compiler: ghc-head
- compiler: ghc-8.8.1
before_install:
- HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
- HCPKG="$HC-pkg"