Skip to content

Commit 55e1052

Browse files
committed
Upgrade to lts-19.18.
1 parent 22900e3 commit 55e1052

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

om-kubernetes.cabal

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,22 @@ common warnings
2424

2525
common dependencies
2626
build-depends:
27-
, aeson >= 1.5.6.0 && < 1.6
28-
, base >= 4.14 && < 4.15
29-
, bytestring >= 0.10.12.0 && < 0.11
27+
, aeson >= 2.0.3.0 && < 2.1
28+
, base >= 4.15.1.0 && < 4.16
29+
, bytestring >= 0.10.12.1 && < 0.11
3030
, connection >= 0.3.1 && < 0.4
3131
, data-default-class >= 0.1.2.0 && < 0.2
32-
, http-api-data >= 0.4.2 && < 0.5
33-
, http-client >= 0.6.4.1 && < 0.7
34-
, http-client-tls >= 0.3.5.3 && < 0.4
32+
, http-client >= 0.7.13.1 && < 0.8
33+
, http-client-tls >= 0.3.6.1 && < 0.4
3534
, http-types >= 0.12.3 && < 0.13
36-
, om-http >= 0.2.0.0 && < 0.3
37-
, safe-exceptions >= 0.1.7.2 && < 0.2
38-
, servant >= 0.18.3 && < 0.19
39-
, servant-client >= 0.18.3 && < 0.19
40-
, servant-client-core >= 0.18.3 && < 0.19
41-
, text >= 1.2.4.1 && < 1.3
42-
, tls >= 1.5.6 && < 1.6
43-
, x509-store >= 1.6.7 && < 1.7
35+
, om-http >= 0.2.0.1 && < 0.3
36+
, safe-exceptions >= 0.1.7.3 && < 0.2
37+
, servant >= 0.19 && < 0.20
38+
, servant-client >= 0.19 && < 0.20
39+
, servant-client-core >= 0.19 && < 0.20
40+
, text >= 1.2.5.0 && < 1.3
41+
, tls >= 1.5.8 && < 1.6
42+
, x509-store >= 1.6.9 && < 1.7
4443

4544
library
4645
import: warnings, dependencies

stack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ flags: {}
22
packages:
33
- .
44
extra-deps:
5-
- http://localhost:4563/package/om-http-0.2.0.0.tar.gz
6-
- http://localhost:4563/package/om-show-0.1.1.3.tar.gz
5+
- http://localhost:4563/package/om-http-0.2.0.2.tar.gz
6+
- http://localhost:4563/package/om-show-0.1.2.1.tar.gz
77
- servant-flatten-0.2
8-
resolver: lts-18.19
8+
resolver: lts-19.18

0 commit comments

Comments
 (0)