Test with GHC 8.2.1

Summary: GHC 8.2.1 has been released.

Reviewed By: JonCoens

Differential Revision: D5478409

fbshipit-source-id: e065ed3
This commit is contained in:
Bartosz Nitka 2017-07-24 09:35:13 -07:00 committed by Facebook Github Bot
parent c208ae01bc
commit 2e89c3b33d
2 changed files with 22 additions and 6 deletions

View File

@ -21,10 +21,9 @@ matrix:
- env: CABALVER=1.24 GHCVER=8.0.2
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,happy-1.19.5], sources: [hvr-ghc]}}
# blocked on https://github.com/ygale/timezone-olson/pull/4
# - env: CABALVER=1.24 GHCVER=8.2.1
# compiler: ": #GHC 8.2.1"
# addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.2.1
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1,happy-1.19.5], sources: [hvr-ghc]}}
before_install:
- unset CC

View File

@ -15,7 +15,8 @@ build-type: Simple
stability: alpha
cabal-version: >=1.10
tested-with:
GHC==8.0.2
GHC==8.0.2,
GHC==8.2.1
extra-source-files: README.md
, PATENTS
@ -506,7 +507,7 @@ library
, regex-base >= 0.93.2 && < 0.94
, regex-pcre >= 0.94.4 && < 0.95
, text >= 1.2.2.1 && < 1.3
, text-show >= 2.1.2 && < 3.5
, text-show >= 2.1.2 && < 3.7
, time >= 1.5.0.1 && < 1.9
, timezone-series >= 0.1.5.1 && < 0.2
, unordered-containers >= 0.2.7.2 && < 0.3
@ -756,6 +757,14 @@ executable duckling-request-sample
build-depends: duckling
, base
, dependent-sum
, directory >= 1.2.2.0 && < 1.4
, extra
, filepath >= 1.4.0.0 && < 1.5
, text
, time
, timezone-olson >= 0.1.7 && < 0.2
, timezone-series
, unordered-containers
default-language: Haskell2010
default-extensions: OverloadedStrings
@ -767,6 +776,14 @@ executable duckling-expensive
build-depends: duckling
, base
, dependent-sum
, directory >= 1.2.2.0 && < 1.4
, extra
, filepath >= 1.4.0.0 && < 1.5
, text
, time
, timezone-olson >= 0.1.7 && < 0.2
, timezone-series
, unordered-containers
default-language: Haskell2010
default-extensions: OverloadedStrings