Update dependencies to latest version to make duckling compile with ghc 8.6.3 (#334)

Summary:
I reviewed all outdated dependencies, there are 2 or 3 with minor breaking changes but none of them affect duckling.
Pull Request resolved: https://github.com/facebook/duckling/pull/334

Differential Revision: D14187742

Pulled By: patapizza

fbshipit-source-id: 301098d6ff1840e2715727a5d498f99d9ee3e037
This commit is contained in:
Maurice Doepke 2019-02-22 11:42:12 -08:00 committed by Facebook Github Bot
parent 13031d10f5
commit 2a90917ce4
2 changed files with 11 additions and 7 deletions

View File

@ -24,6 +24,9 @@ matrix:
- env: CABALVER=2.0 GHCVER=8.2.2
compiler: ": #GHC 8.2.2"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.6.3
compiler: ": #GHC 8.6.3"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.6.3,happy-1.19.5], sources: [hvr-ghc]}}
before_install:
- unset CC

View File

@ -24,7 +24,8 @@ stability: alpha
cabal-version: >=1.10
tested-with:
GHC==8.0.2,
GHC==8.2.2
GHC==8.2.2,
GHC==8.6.3
extra-source-files: README.md
, PATENTS
@ -795,7 +796,7 @@ library
, attoparsec >= 0.13.1.0 && < 0.14
, aeson >= 0.11.3.0 && < 1.5
, bytestring >= 0.10.6.0 && < 0.11
, containers >= 0.5.6.2 && < 0.6
, containers >= 0.5.6.2 && < 0.7
, deepseq >= 1.4.1.1 && < 1.5
, dependent-sum >= 0.3.2.2 && < 0.5
, extra >= 1.4.10 && < 1.7
@ -803,8 +804,8 @@ 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.7
, time >= 1.5.0.1 && < 1.9
, text-show >= 2.1.2 && < 3.8
, time >= 1.5.0.1 && < 2
, timezone-series >= 0.1.5.1 && < 0.2
, unordered-containers >= 0.2.7.2 && < 0.3
default-language: Haskell2010
@ -820,7 +821,7 @@ test-suite duckling-test
, text
, time
, unordered-containers
, tasty >= 0.11.1 && < 0.12
, tasty >= 0.11.1 && < 1.3
, tasty-hunit >= 0.9.2 && < 1.0
other-modules: Duckling.Tests
, Duckling.Testing.Asserts
@ -1095,7 +1096,7 @@ executable duckling-regen-exe
, Duckling.Ranking.Generate
build-depends: duckling
, base
, haskell-src-exts >= 1.18 && < 1.20
, haskell-src-exts >= 1.18 && < 1.30
, text
, unordered-containers
default-language: Haskell2010
@ -1114,7 +1115,7 @@ executable duckling-example-exe
, extra
, filepath >= 1.4.0.0 && < 1.5
, snap-core >= 1.0.2.0 && < 1.1
, snap-server >= 1.0.1.1 && < 1.1
, snap-server >= 1.0.1.1 && < 1.2
, text
, text-show
, time