Test with GHC 8.4.3

This commit is contained in:
mrkkrp 2018-06-02 19:57:24 +07:00
parent a01f655bbb
commit f34aeb92a7
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.2
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.2], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3], 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.2
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3
license: BSD2
license-file: LICENSE.md
author: Megaparsec contributors,