Skip to content

Commit

Permalink
Test with GHC 8.2.1
Browse files Browse the repository at this point in the history
Summary: GHC 8.2.1 has been released.

Reviewed By: JonCoens

Differential Revision: D5478409

fbshipit-source-id: e065ed3
  • Loading branch information
Bartosz Nitka authored and facebook-github-bot committed Jul 24, 2017
1 parent c208ae0 commit 2e89c3b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 19 additions & 2 deletions duckling.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 2e89c3b

Please sign in to comment.