mirror of
https://github.com/facebook/duckling.git
synced 2024-12-25 13:11:38 +03:00
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:
parent
e37bb7c186
commit
e2da9bc7fb
@ -433,7 +433,7 @@ library
|
|||||||
, Duckling.Volume.Types
|
, Duckling.Volume.Types
|
||||||
build-depends: base >= 4.8.2 && < 5.0
|
build-depends: base >= 4.8.2 && < 5.0
|
||||||
, attoparsec >= 0.13.1.0 && < 0.14
|
, 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
|
, bytestring >= 0.10.6.0 && < 0.11
|
||||||
, containers >= 0.5.6.2 && < 0.6
|
, containers >= 0.5.6.2 && < 0.6
|
||||||
, deepseq >= 1.4.1.1 && < 1.5
|
, deepseq >= 1.4.1.1 && < 1.5
|
||||||
@ -459,7 +459,7 @@ test-suite duckling-test
|
|||||||
build-depends: duckling
|
build-depends: duckling
|
||||||
, base >= 4.8.2 && < 5.0
|
, base >= 4.8.2 && < 5.0
|
||||||
, attoparsec >= 0.13.1.0 && < 0.14
|
, 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
|
, bytestring >= 0.10.6.0 && < 0.11
|
||||||
, containers >= 0.5.6.2 && < 0.6
|
, containers >= 0.5.6.2 && < 0.6
|
||||||
, deepseq >= 1.4.1.1 && < 1.5
|
, deepseq >= 1.4.1.1 && < 1.5
|
||||||
@ -648,13 +648,13 @@ executable duckling-regen-exe
|
|||||||
build-depends: duckling
|
build-depends: duckling
|
||||||
, base >= 4.8.2 && < 5.0
|
, base >= 4.8.2 && < 5.0
|
||||||
, attoparsec >= 0.13.1.0 && < 0.14
|
, 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
|
, bytestring >= 0.10.6.0 && < 0.11
|
||||||
, containers >= 0.5.6.2 && < 0.6
|
, containers >= 0.5.6.2 && < 0.6
|
||||||
, deepseq >= 1.4.1.1 && < 1.5
|
, deepseq >= 1.4.1.1 && < 1.5
|
||||||
, dependent-sum >= 0.3.2.2 && < 0.5
|
, dependent-sum >= 0.3.2.2 && < 0.5
|
||||||
, hashable >= 1.2.4.0 && < 1.3
|
, 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-base >= 0.93.2 && < 0.94
|
||||||
, regex-pcre >= 0.94.4 && < 0.95
|
, regex-pcre >= 0.94.4 && < 0.95
|
||||||
, text >= 1.2.2.1 && < 1.3
|
, text >= 1.2.2.1 && < 1.3
|
||||||
@ -674,13 +674,13 @@ executable duckling-example-exe
|
|||||||
build-depends: duckling
|
build-depends: duckling
|
||||||
, base >= 4.8.2 && < 5.0
|
, base >= 4.8.2 && < 5.0
|
||||||
, attoparsec >= 0.13.1.0 && < 0.14
|
, 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
|
, bytestring >= 0.10.6.0 && < 0.11
|
||||||
, containers >= 0.5.6.2 && < 0.6
|
, containers >= 0.5.6.2 && < 0.6
|
||||||
, deepseq >= 1.4.1.1 && < 1.5
|
, deepseq >= 1.4.1.1 && < 1.5
|
||||||
, dependent-sum >= 0.3.2.2 && < 0.5
|
, dependent-sum >= 0.3.2.2 && < 0.5
|
||||||
, directory >= 1.2.2.0 && < 1.3
|
, directory >= 1.2.2.0 && < 1.4
|
||||||
, extra >= 1.4.10 && < 1.5
|
, extra >= 1.4.10 && < 1.6
|
||||||
, filepath >= 1.4.0.0 && < 1.5
|
, filepath >= 1.4.0.0 && < 1.5
|
||||||
, hashable >= 1.2.4.0 && < 1.3
|
, hashable >= 1.2.4.0 && < 1.3
|
||||||
, regex-base >= 0.93.2 && < 0.94
|
, regex-base >= 0.93.2 && < 0.94
|
||||||
|
@ -18,7 +18,7 @@ import qualified Data.HashMap.Strict as HashMap
|
|||||||
import qualified Data.HashSet as HashSet
|
import qualified Data.HashSet as HashSet
|
||||||
import qualified Data.Text as Text
|
import qualified Data.Text as Text
|
||||||
import Prelude
|
import Prelude
|
||||||
import Language.Haskell.Exts.Annotated as F
|
import Language.Haskell.Exts as F
|
||||||
|
|
||||||
import Duckling.Dimensions.Types
|
import Duckling.Dimensions.Types
|
||||||
import Duckling.Lang
|
import Duckling.Lang
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
resolver: lts-7.19
|
resolver: lts-8.6
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
|
Loading…
Reference in New Issue
Block a user