File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -1201,7 +1201,7 @@ executable duckling-example-exe
1201
1201
, text
1202
1202
, text-show
1203
1203
, time
1204
- , timezone-olson >= 0.1.7 && < 0.3
1204
+ , timezone-olson >= 0.2 && < 0.3
1205
1205
, timezone-series
1206
1206
, unordered-containers
1207
1207
default-language : Haskell2010
@@ -1236,7 +1236,7 @@ executable duckling-request-sample
1236
1236
, filepath >= 1.4.0.0 && < 1.5
1237
1237
, text
1238
1238
, time
1239
- , timezone-olson >= 0.1.7 && < 0.3
1239
+ , timezone-olson >= 0.2 && < 0.3
1240
1240
, timezone-series
1241
1241
, unordered-containers
1242
1242
default-language : Haskell2010
@@ -1255,7 +1255,7 @@ executable duckling-expensive
1255
1255
, filepath >= 1.4.0.0 && < 1.5
1256
1256
, text
1257
1257
, time
1258
- , timezone-olson >= 0.1.7 && < 0.3
1258
+ , timezone-olson >= 0.2 && < 0.3
1259
1259
, timezone-series
1260
1260
, unordered-containers
1261
1261
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
- resolver : lts-14.20
1
+ resolver : lts-16.31
2
2
3
3
packages :
4
4
- ' .'
5
5
6
- extra-deps : []
6
+ extra-deps :
7
+ - regex-posix-clib-2.7
8
+ - dependent-sum-0.7.1.0@sha256:0e419237f5b86da3659772afff9cab355c0f8d5b3fdb15a5b30e673d8dc83941,2147
9
+ - constraints-extras-0.3.1.0@sha256:c70fcf437e1d640cfd50a8eda1db47a64e49c96857e08fd0d8c438327d908ac1,1846
7
10
8
- flags : {}
11
+ flags :
12
+ regex-posix :
13
+ _regex-posix-clib : true
9
14
10
15
extra-package-dbs : []
You can’t perform that action at this time.
0 commit comments