Upgrade to stackage 8.6

Summary: Moves to the 8.6 resolver, updates package limits, and fixes errors due to upgrade.

Reviewed By: patapizza

Differential Revision: D4810924

fbshipit-source-id: c8a64a9
This commit is contained in:
Jonathan Coens 2017-04-04 15:08:17 -07:00 committed by Facebook Github Bot
parent e37bb7c186
commit e2da9bc7fb
3 changed files with 9 additions and 9 deletions

View File

@ -433,7 +433,7 @@ library
, Duckling.Volume.Types
build-depends: base >= 4.8.2 && < 5.0
, attoparsec >= 0.13.1.0 && < 0.14
, aeson >= 0.11.3.0 && < 0.12
, aeson >= 0.11.3.0 && < 1.1
, bytestring >= 0.10.6.0 && < 0.11
, containers >= 0.5.6.2 && < 0.6
, deepseq >= 1.4.1.1 && < 1.5
@ -459,7 +459,7 @@ test-suite duckling-test
build-depends: duckling
, base >= 4.8.2 && < 5.0
, attoparsec >= 0.13.1.0 && < 0.14
, aeson >= 0.11.3.0 && < 0.12
, aeson >= 0.11.3.0 && < 1.1
, bytestring >= 0.10.6.0 && < 0.11
, containers >= 0.5.6.2 && < 0.6
, deepseq >= 1.4.1.1 && < 1.5
@ -648,13 +648,13 @@ executable duckling-regen-exe
build-depends: duckling
, base >= 4.8.2 && < 5.0
, attoparsec >= 0.13.1.0 && < 0.14
, aeson >= 0.11.3.0 && < 0.12
, aeson >= 0.11.3.0 && < 1.1
, bytestring >= 0.10.6.0 && < 0.11
, containers >= 0.5.6.2 && < 0.6
, deepseq >= 1.4.1.1 && < 1.5
, dependent-sum >= 0.3.2.2 && < 0.5
, hashable >= 1.2.4.0 && < 1.3
, haskell-src-exts >= 1.17.1 && < 1.18
, haskell-src-exts >= 1.18 && < 1.19
, regex-base >= 0.93.2 && < 0.94
, regex-pcre >= 0.94.4 && < 0.95
, text >= 1.2.2.1 && < 1.3
@ -674,13 +674,13 @@ executable duckling-example-exe
build-depends: duckling
, base >= 4.8.2 && < 5.0
, attoparsec >= 0.13.1.0 && < 0.14
, aeson >= 0.11.3.0 && < 0.12
, aeson >= 0.11.3.0 && < 1.1
, bytestring >= 0.10.6.0 && < 0.11
, containers >= 0.5.6.2 && < 0.6
, deepseq >= 1.4.1.1 && < 1.5
, dependent-sum >= 0.3.2.2 && < 0.5
, directory >= 1.2.2.0 && < 1.3
, extra >= 1.4.10 && < 1.5
, directory >= 1.2.2.0 && < 1.4
, extra >= 1.4.10 && < 1.6
, filepath >= 1.4.0.0 && < 1.5
, hashable >= 1.2.4.0 && < 1.3
, regex-base >= 0.93.2 && < 0.94

View File

@ -18,7 +18,7 @@ import qualified Data.HashMap.Strict as HashMap
import qualified Data.HashSet as HashSet
import qualified Data.Text as Text
import Prelude
import Language.Haskell.Exts.Annotated as F
import Language.Haskell.Exts as F
import Duckling.Dimensions.Types
import Duckling.Lang

View File

@ -1,4 +1,4 @@
resolver: lts-7.19
resolver: lts-8.6
packages:
- '.'