Test with GHC 8.4.2

This commit is contained in:
mrkkrp 2018-04-21 19:22:09 +07:00
parent 7120bae9b2
commit b81b6f4385
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ matrix:
addons: {apt: {packages: [cabal-install-2.2,ghc-8.0.2], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.2.2
addons: {apt: {packages: [cabal-install-2.2,ghc-8.2.2], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.1
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.1], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.2
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.2], sources: [hvr-ghc]}}
before_install:
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH

View File

@ -1,7 +1,7 @@
name: megaparsec
version: 6.3.0
cabal-version: 1.18
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.1
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.2
license: BSD2
license-file: LICENSE.md
author: Megaparsec contributors,