1
- resolver : lts-16.14
1
+ resolver : lts-18.18
2
+
3
+ # to bump blocks of custom dependencies to the latest version on hackage:
4
+ #
5
+ # /tmp/1.sh:
6
+ # #!/bin/bash
7
+ # cabal list "$1" | perl -ne '/^..'$1'$/ && { $x=1 }; /^$/ && { $x=0 }; if ($x) { /version: (.+)$/ && print "$1" }'
8
+ #
9
+ # /tmp/2.sh:
10
+ # #!/bin/bash
11
+ # perl -ne '/^- (\S+)-([01123456789\.]+)(\@\S+)?(.*)$/ && do { print "- $1-"; system("/tmp/1.sh $1"); print "$4\n" }'
12
+ #
13
+ # ... and then pipe the blocks of extra-deps through /tmp/2.sh.
14
+ # sorry for the hideous code, couldn't get it into one line (some
15
+ # limitation to perl that i don't want to have to understand).
16
+ # anyway it works!
2
17
3
18
packages :
4
19
- libs/api-bot
@@ -137,27 +152,27 @@ extra-deps:
137
152
138
153
# Dropped from upstream snapshot
139
154
- template-0.2.0.10
140
- - HaskellNet-0.5.2
141
- - smtp-mail-0.2 .0.0
142
- - stm-containers-1.1.0.4 # Latest: lts-15.16
155
+ - HaskellNet-0.6
156
+ - smtp-mail-0.3 .0.0
157
+ - stm-containers-1.2
143
158
- redis-resp-1.0.0
144
- - stm-hamt-1.2.0.4 # Latest: lts-15.16
145
- - primitive-unlifted-0.1.2.0 # Latest: lts-15.16
159
+ - stm-hamt-1.2.0.6
160
+ - primitive-unlifted-1.0.0.0
146
161
- prometheus-2.2.2 # Only in nightly so far
147
162
148
163
# Not on stackage
149
164
- currency-codes-3.0.0.1
150
165
- mime-0.4.0.2
151
166
- data-timeout-0.3.1
152
- - geoip2-0.4.0.1
153
- - stomp-queue-0.3 .1
167
+ - geoip2-0.4.1.0
168
+ - stomp-queue-0.5 .1
154
169
- text-icu-translit-0.1.0.7
155
170
- wai-middleware-gunzip-0.0.2
156
171
- cql-io-tinylog-0.1.0
157
172
- invertible-hxt-0.1
158
173
- base58-bytestring-0.1.0
159
- - stompl-0.5 .0
160
- - pattern-trie-0.1.0
174
+ - stompl-0.6 .0
175
+ - pattern-trie-0.1.1
161
176
- markov-chain-usage-model-0.0.0
162
177
- wai-predicates-1.0.0
163
178
- redis-io-1.1.0
@@ -167,12 +182,12 @@ extra-deps:
167
182
- wai-route-0.4.0
168
183
169
184
# Not updated on Stackage yet
170
- - QuickCheck-2.14
171
- - splitmix-0.0.4 # needed for QuickCheck
185
+ - QuickCheck-2.14.2
186
+ - splitmix-0.1. 0.4 # needed for QuickCheck
172
187
- servant-mock-0.8.7
173
- - servant-swagger-ui-0.3.4 .3.36.1
188
+ - servant-swagger-ui-0.3.5 .3.52.5
174
189
- tls-1.5.5
175
- - cryptonite-0.28
190
+ - cryptonite-0.29
176
191
177
192
# For changes from #128 and #135, not released to hackage yet
178
193
- git : https://github.com/haskell-servant/servant-swagger
@@ -188,18 +203,18 @@ extra-deps:
188
203
- servant-client
189
204
- servant-client-core
190
205
191
- - HsOpenSSL-x509-system-0.1.0.3@sha256:f4958ee0eec555c5c213662eff6764bddefe5665e2afcfd32733ce3801a9b687,1774 # Latest: lts-14.27
192
- - cql-4.0.2@sha256:a0006a5ac13d6f86d5eff28c11be80928246309f217ea6d5f5c8a76a5d16b48b,3157 # Latest: lts-14.27
193
- - cql-io-1.1.1@sha256:897ef0811b227c8b1a269b29b9c1ebfb09c46f00d66834e2e8c6f19ea7f90f7d,4611 # Latest: lts-14.27
194
- - primitive-extras-0.8@sha256:fca0310150496867f5b9421fe1541ecda87fae17eae44885a29f9c52dd00c8ff,2963 # Latest: lts-15.16
195
- - text-format-0.3.2@sha256:2a3fc17cf87120fcfdbca62a0da59759755549285841cdc1483081c35fb3d115,1814 # Latest: lts-14.27
196
- - hex-0.2.0@sha256:197d2561d2e216c4ead035b4911dabc6e678ac6257cb71b64e324c822f6f9f5a,726 # Latest: lts-14.27
206
+ - HsOpenSSL-x509-system-0.1.0.4
207
+ - cql-4.0.3
208
+ - cql-io-1.1.1
209
+ - primitive-extras-0.10.1.1
210
+ - text-format-0.3.2
211
+ - hex-0.2.0
197
212
198
213
199
214
# Not in the upstream snapshot and not using latest version on hackage due to
200
215
# breaking change
201
- - quickcheck-state-machine-0.6.0
202
- - servant-multipart-0.11.5@sha256:1633f715b5b53d648a1da69839bdc5046599f4f7244944d4bbf852dba38d8f4b,2319
216
+ - quickcheck-state-machine-0.7.1
217
+ - servant-multipart-0.12.1
203
218
204
219
# Dependencies on upstream source
205
220
@@ -208,20 +223,20 @@ extra-deps:
208
223
commit : ca84ef29a93eaef7673fa58056cdd8dae1568d2d # master (Sep 14, 2020)
209
224
210
225
# mu
211
- - mu-rpc-0.4 .0.1
226
+ - mu-rpc-0.5 .0.1
212
227
- mu-optics-0.3.0.1
213
228
- mu-avro-0.4.0.4
214
229
- mu-protobuf-0.4.2.0
215
230
- mu-schema-0.3.1.2
216
- - mu-grpc-server-0.4 .0.0
231
+ - mu-grpc-server-0.5 .0.0
217
232
- mu-grpc-client-0.4.0.1
218
233
- mu-grpc-common-0.4.0.0
219
234
- compendium-client-0.2.1.1
220
235
# dependencies of mu
221
236
- http2-grpc-types-0.5.0.0
222
237
- http2-grpc-proto3-wire-0.1.0.0
223
238
- warp-grpc-0.4.0.1
224
- - proto3-wire-1.2.0
239
+ - proto3-wire-1.2.2
225
240
- parameterized-0.5.0.0
226
241
227
242
# Unreleased master.
@@ -236,12 +251,6 @@ extra-deps:
236
251
subdirs :
237
252
- http2-client-grpc
238
253
239
- # Fix for issue #27: https://github.com/kazu-yamamoto/http2/issues/27
240
- # PR here: https://github.com/kazu-yamamoto/http2/pull/28
241
- # Note: the commit used here is based on version 2.0.6 of http2
242
- - git : https://github.com/wireapp/http2 # (2021-06-09) branch: header-encoding-0-size-table-backport
243
- commit : 7c465be1201e0945b106f7cc6176ac1b1193be13
244
-
245
254
# Fix in PR: https://github.com/bos/snappy/pull/7
246
255
- git : https://github.com/wireapp/snappy
247
256
commit : b0e5c08af48911caecffa4fa6a3e74872018b258 # master (Sep 03, 2021)
@@ -253,16 +262,23 @@ extra-deps:
253
262
- x509-store
254
263
255
264
# Not on stackage yet
256
- - polysemy-1.7.0 .0
265
+ - polysemy-1.7.1 .0
257
266
- polysemy-plugin-0.4.2.0
258
267
- polysemy-check-0.8.1.0
259
268
269
+ # ad-hoc additions (on 2021-10-10)
270
+ - proto-lens-0.7.1.0
271
+ - proto-lens-protoc-0.7.1.0
272
+ - proto-lens-runtime-0.7.0.1
273
+ - proto-lens-setup-0.4.0.5
274
+ - tracing-0.0.7.2
275
+
260
276
# ###########################################################
261
277
# Development tools
262
278
# ###########################################################
263
279
264
280
- ormolu-0.1.4.1
265
281
- ghc-lib-parser-8.10.1.20200412@sha256:b0517bb150a02957d7180f131f5b94abd2a7f58a7d1532a012e71618282339c2,8751 # for ormolu
266
282
267
- - headroom-0.2.1 .0
268
- - implicit-hie-0.1.2.5
283
+ - headroom-0.4.2 .0
284
+ - implicit-hie-0.1.2.6
0 commit comments