File tree Expand file tree Collapse file tree 5 files changed +45
-22
lines changed Expand file tree Collapse file tree 5 files changed +45
-22
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ matrix:
96
96
# compiler: ": #stack 8.0.2"
97
97
# addons: {apt: {packages: [libgmp-dev]}}
98
98
99
- - env : BUILD=stack ARGS="--resolver lts-11"
99
+ - env : BUILD=stack ARGS="--resolver lts-11 --stack-yaml stack-8.2.2.yaml "
100
100
compiler : " : #stack 8.2.2"
101
101
addons : {apt: {packages: [libgmp-dev]}}
102
102
103
- - env : BUILD=stack ARGS="--resolver lts-12"
103
+ - env : BUILD=stack ARGS="--resolver lts-12 --stack-yaml stack-8.4.4.yaml "
104
104
compiler : " : #stack 8.4.4"
105
105
addons : {apt: {packages: [libgmp-dev]}}
106
106
@@ -139,11 +139,11 @@ matrix:
139
139
# compiler: ": #stack 8.0.2 osx"
140
140
# os: osx
141
141
142
- - env : BUILD=stack ARGS="--resolver lts-11"
142
+ - env : BUILD=stack ARGS="--resolver lts-11 --stack-yaml stack-8.2.2.yaml "
143
143
compiler : " : #stack 8.2.2 osx"
144
144
os : osx
145
145
146
- - env : BUILD=stack ARGS="--resolver lts-12"
146
+ - env : BUILD=stack ARGS="--resolver lts-12 --stack-yaml stack-8.4.4.yaml "
147
147
compiler : " : #stack 8.4.4 osx"
148
148
os : osx
149
149
Original file line number Diff line number Diff line change @@ -36,35 +36,35 @@ extra-source-files:
36
36
dependencies :
37
37
- base >=4.7 && <5.0
38
38
- base64-bytestring
39
- - bytestring >=0.10.0 && <0.11
40
- - aeson >=1.2.2 && <1.5
41
- - attoparsec >=0.13.0.0 && <0.14
42
- - jsonpath >=0.1.0.0 && <0.2
43
- - connection >=0.2.8
44
- - containers >= 0.6.0.1
45
- - data-default-class >=0.1.2.0
39
+ - bytestring >=0.10 && <0.11
40
+ - aeson >=1.2 && <1.5
41
+ - attoparsec >=0.13 && <0.14
42
+ - jsonpath >=0.1 && <0.2
43
+ - connection >=0.2
44
+ - containers >= 0.5
45
+ - data-default-class >=0.1
46
46
- either
47
47
- filepath
48
48
- hoauth2
49
49
- http-client >=0.5 && <0.7
50
- - http-client-tls >=0.3.5.3
50
+ - http-client-tls >=0.3
51
51
- jwt
52
52
- kubernetes-client-core ==0.1.0.1
53
- - microlens >=0.4.3 && <0.5
54
- - mtl >=2.2.1
53
+ - microlens >=0.4 && <0.5
54
+ - mtl >=2.2
55
55
- oidc-client
56
- - pem >=0.2.4
56
+ - pem >=0.2
57
57
- safe-exceptions >=0.1.0.0
58
58
- stm
59
- - streaming-bytestring >= 0.1.5 && < 0.2.0
59
+ - streaming-bytestring >= 0.1 && < 0.2.0
60
60
- text >=0.11 && <1.3
61
61
- time
62
62
- timerep
63
63
- tls >=1.4.1
64
64
- typed-process
65
65
- uri-bytestring
66
- - x509 >=1.7.5
67
- - x509-system >=1.6.6
68
- - x509-store >=1.6.7
69
- - x509-validation >=1.6.11
66
+ - x509 >=1.7
67
+ - x509-system >=1.6
68
+ - x509-store >=1.6
69
+ - x509-validation >=1.6
70
70
- yaml
Original file line number Diff line number Diff line change
1
+ resolver : lts-11
2
+ extra-deps :
3
+ - jsonpath-0.1.0.1
4
+ - jwt-0.10.0
5
+ - katip-0.8.0.0
6
+ - hoauth2-1.8.8
7
+ - aeson-1.4.4.0
8
+ - git : https://github.com/akshaymankar/haskell-oidc-client
9
+ commit : a8473ac96a6db919f789578a08adaa13a0a3e1d5
10
+ packages :
11
+ - kubernetes
12
+ - kubernetes-client
Original file line number Diff line number Diff line change
1
+ resolver : lts-12
2
+ extra-deps :
3
+ - jsonpath-0.1.0.1
4
+ - jwt-0.10.0
5
+ - katip-0.8.0.0
6
+ - hoauth2-1.8.8
7
+ - uri-bytestring-aeson-0.1.0.7
8
+ - git : https://github.com/akshaymankar/haskell-oidc-client
9
+ commit : a8473ac96a6db919f789578a08adaa13a0a3e1d5
10
+ packages :
11
+ - kubernetes
12
+ - kubernetes-client
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ extra-deps:
3
3
- jsonpath-0.1.0.1
4
4
- jwt-0.10.0
5
5
- katip-0.8.0.0
6
- - git : https://github.com/akshaymankar/haskell-oidc-client
7
- commit : a8473ac96a6db919f789578a08adaa13a0a3e1d5
6
+ - oidc-client-0.4.0.0
8
7
packages :
9
8
- kubernetes
10
9
- kubernetes-client
You can’t perform that action at this time.
0 commit comments