update lts resolver (#641)

Summary: Pull Request resolved: https://github.com/facebook/duckling/pull/641

Reviewed By: haoxuany

Differential Revision: D30260899

Pulled By: chessai

fbshipit-source-id: 3e6d3d8aa84caac8ba6b845d79a577618f12515f
This commit is contained in:
chessai 2021-08-11 18:55:39 -07:00 committed by Facebook GitHub Bot
parent 0354f27ef4
commit 32eb5db8c2
2 changed files with 11 additions and 6 deletions

View File

@ -1224,7 +1224,7 @@ executable duckling-example-exe
, text
, text-show
, time
, timezone-olson >= 0.1.7 && < 0.3
, timezone-olson >= 0.2 && < 0.3
, timezone-series
, unordered-containers
default-language: Haskell2010
@ -1259,7 +1259,7 @@ executable duckling-request-sample
, filepath >= 1.4.0.0 && < 1.5
, text
, time
, timezone-olson >= 0.1.7 && < 0.3
, timezone-olson >= 0.2 && < 0.3
, timezone-series
, unordered-containers
default-language: Haskell2010
@ -1278,7 +1278,7 @@ executable duckling-expensive
, filepath >= 1.4.0.0 && < 1.5
, text
, time
, timezone-olson >= 0.1.7 && < 0.3
, timezone-olson >= 0.2 && < 0.3
, timezone-series
, unordered-containers
default-language: Haskell2010

View File

@ -1,10 +1,15 @@
resolver: lts-14.20
resolver: lts-16.31
packages:
- '.'
extra-deps: []
extra-deps:
- regex-posix-clib-2.7
- dependent-sum-0.7.1.0@sha256:0e419237f5b86da3659772afff9cab355c0f8d5b3fdb15a5b30e673d8dc83941,2147
- constraints-extras-0.3.1.0@sha256:c70fcf437e1d640cfd50a8eda1db47a64e49c96857e08fd0d8c438327d908ac1,1846
flags: {}
flags:
regex-posix:
_regex-posix-clib: true
extra-package-dbs: []