@@ -152,43 +152,43 @@ library
152
152
DeriveDataTypeable
153
153
ghc-options : -Weverything -Werror -Wno-missing-export-lists -Wno-missing-kind-signatures -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures
154
154
build-depends :
155
- JuicyPixels >= 3.3.3 && < 3.4
155
+ JuicyPixels >= 3.3.3
156
156
, aeson >= 1.4.4.0
157
- , async >= 2.2.2 && < 2.3
157
+ , async >= 2.2.2
158
158
, base >= 4.7 && < 5
159
- , base16-bytestring >= 1.0.1.0 && < 1.1
160
- , base64-bytestring >= 1.0.0.2 && < 1.3
161
- , bytestring >= 0.10.8.2 && < 0.13
162
- , chronos >= 1.0.7 && < 1.2
163
- , containers >= 0.6.0.1 && < 0.6.6
164
- , cryptohash-sha256 >= 0.11.101.0 && < 0.12
165
- , crypton-x509 == 1.7.5. *
159
+ , base16-bytestring >= 1.0.1.0
160
+ , base64-bytestring >= 1.0.0.2
161
+ , bytestring >= 0.10.8.2
162
+ , chronos >= 1.0.7
163
+ , containers >= 0.6.0.1
164
+ , cryptohash-sha256 >= 0.11.101.0
165
+ , crypton-x509 >= 1.7.5
166
166
, crypton-x509-store
167
- , cryptonite >= 0.25 && < 0.31
168
- , envparse == 0.4.1. *
169
- , extra >= 1.6.18 && < 1.8
167
+ , cryptonite >= 0.25
168
+ , envparse >= 0.4.1
169
+ , extra >= 1.6.18
170
170
, functora
171
171
, http2 >= 3.0.3
172
172
, http2-client >= 0.10.0.0
173
173
, http2-client-grpc >= 0.8.0.0
174
174
, http2-grpc-proto-lens >= 0.1.0.0
175
175
, http2-grpc-types >= 0.5.0.0
176
- , katip >= 0.8.3.0 && < 0.9
176
+ , katip >= 0.8.3.0
177
177
, microlens >= 0.4.10
178
178
, network-bitcoin >= 1.8.3
179
- , pem >= 0.2.4 && < 0.3
179
+ , pem >= 0.2.4
180
180
, persistent >= 2.11.0.2
181
181
, proto-lens >= 0.7.0
182
182
, proto-lens-runtime >= 0.7.0
183
- , qrcode-core == 0.9. *
184
- , qrcode-juicypixels >= 0.8.0 && < 0.9
185
- , scientific >= 0.3.6.2 && < 0.3.7
186
- , stm >= 2.5.0.0 && < 2.5.1
187
- , template-haskell >= 2.14.0.0 && < 2.19
188
- , text >= 1.2.3.1 && < 2.1
183
+ , qrcode-core >= 0.9
184
+ , qrcode-juicypixels >= 0.8.0
185
+ , scientific >= 0.3.6.2
186
+ , stm >= 2.5.0.0
187
+ , template-haskell >= 2.14.0.0
188
+ , text >= 1.2.3.1
189
189
, tls
190
- , unbounded-delays >= 0.1.1.0 && < 0.1.2
191
- , universum >= 1.5.0 && < 1.8
190
+ , unbounded-delays >= 0.1.1.0
191
+ , universum >= 1.5.0
192
192
, unliftio >= 0.2.12
193
193
default-language : Haskell2010
194
194
if impl(ghc >= 8.10.7 )
@@ -367,43 +367,43 @@ executable lnd-client-prof
367
367
tkit
368
368
ghc-options : -Wno-unused-packages
369
369
build-depends :
370
- JuicyPixels >= 3.3.3 && < 3.4
370
+ JuicyPixels >= 3.3.3
371
371
, aeson >= 1.4.4.0
372
- , async >= 2.2.2 && < 2.3
372
+ , async >= 2.2.2
373
373
, base >= 4.7 && < 5
374
- , base16-bytestring >= 1.0.1.0 && < 1.1
375
- , base64-bytestring >= 1.0.0.2 && < 1.3
376
- , bytestring >= 0.10.8.2 && < 0.13
377
- , chronos >= 1.0.7 && < 1.2
378
- , containers >= 0.6.0.1 && < 0.6.6
379
- , cryptohash-sha256 >= 0.11.101.0 && < 0.12
380
- , crypton-x509 == 1.7.5. *
374
+ , base16-bytestring >= 1.0.1.0
375
+ , base64-bytestring >= 1.0.0.2
376
+ , bytestring >= 0.10.8.2
377
+ , chronos >= 1.0.7
378
+ , containers >= 0.6.0.1
379
+ , cryptohash-sha256 >= 0.11.101.0
380
+ , crypton-x509 >= 1.7.5
381
381
, crypton-x509-store
382
- , cryptonite >= 0.25 && < 0.31
383
- , envparse == 0.4.1. *
384
- , extra >= 1.6.18 && < 1.8
382
+ , cryptonite >= 0.25
383
+ , envparse >= 0.4.1
384
+ , extra >= 1.6.18
385
385
, functora
386
386
, http2 >= 3.0.3
387
387
, http2-client >= 0.10.0.0
388
388
, http2-client-grpc >= 0.8.0.0
389
389
, http2-grpc-proto-lens >= 0.1.0.0
390
390
, http2-grpc-types >= 0.5.0.0
391
- , katip >= 0.8.3.0 && < 0.9
391
+ , katip >= 0.8.3.0
392
392
, microlens >= 0.4.10
393
393
, network-bitcoin >= 1.8.3
394
- , pem >= 0.2.4 && < 0.3
394
+ , pem >= 0.2.4
395
395
, persistent >= 2.11.0.2
396
396
, proto-lens >= 0.7.0
397
397
, proto-lens-runtime >= 0.7.0
398
- , qrcode-core == 0.9. *
399
- , qrcode-juicypixels >= 0.8.0 && < 0.9
400
- , scientific >= 0.3.6.2 && < 0.3.7
401
- , stm >= 2.5.0.0 && < 2.5.1
402
- , template-haskell >= 2.14.0.0 && < 2.19
403
- , text >= 1.2.3.1 && < 2.1
398
+ , qrcode-core >= 0.9
399
+ , qrcode-juicypixels >= 0.8.0
400
+ , scientific >= 0.3.6.2
401
+ , stm >= 2.5.0.0
402
+ , template-haskell >= 2.14.0.0
403
+ , text >= 1.2.3.1
404
404
, tls
405
- , unbounded-delays >= 0.1.1.0 && < 0.1.2
406
- , universum >= 1.5.0 && < 1.8
405
+ , unbounded-delays >= 0.1.1.0
406
+ , universum >= 1.5.0
407
407
, unliftio >= 0.2.12
408
408
else
409
409
build-depends :
@@ -554,43 +554,43 @@ test-suite lnd-client-test
554
554
tkit
555
555
ghc-options : -Wno-unused-packages
556
556
build-depends :
557
- JuicyPixels >= 3.3.3 && < 3.4
557
+ JuicyPixels >= 3.3.3
558
558
, aeson >= 1.4.4.0
559
- , async >= 2.2.2 && < 2.3
559
+ , async >= 2.2.2
560
560
, base >= 4.7 && < 5
561
- , base16-bytestring >= 1.0.1.0 && < 1.1
562
- , base64-bytestring >= 1.0.0.2 && < 1.3
563
- , bytestring >= 0.10.8.2 && < 0.13
564
- , chronos >= 1.0.7 && < 1.2
565
- , containers >= 0.6.0.1 && < 0.6.6
566
- , cryptohash-sha256 >= 0.11.101.0 && < 0.12
567
- , crypton-x509 == 1.7.5. *
561
+ , base16-bytestring >= 1.0.1.0
562
+ , base64-bytestring >= 1.0.0.2
563
+ , bytestring >= 0.10.8.2
564
+ , chronos >= 1.0.7
565
+ , containers >= 0.6.0.1
566
+ , cryptohash-sha256 >= 0.11.101.0
567
+ , crypton-x509 >= 1.7.5
568
568
, crypton-x509-store
569
- , cryptonite >= 0.25 && < 0.31
570
- , envparse == 0.4.1. *
571
- , extra >= 1.6.18 && < 1.8
569
+ , cryptonite >= 0.25
570
+ , envparse >= 0.4.1
571
+ , extra >= 1.6.18
572
572
, functora
573
573
, http2 >= 3.0.3
574
574
, http2-client >= 0.10.0.0
575
575
, http2-client-grpc >= 0.8.0.0
576
576
, http2-grpc-proto-lens >= 0.1.0.0
577
577
, http2-grpc-types >= 0.5.0.0
578
- , katip >= 0.8.3.0 && < 0.9
578
+ , katip >= 0.8.3.0
579
579
, microlens >= 0.4.10
580
580
, network-bitcoin >= 1.8.3
581
- , pem >= 0.2.4 && < 0.3
581
+ , pem >= 0.2.4
582
582
, persistent >= 2.11.0.2
583
583
, proto-lens >= 0.7.0
584
584
, proto-lens-runtime >= 0.7.0
585
- , qrcode-core == 0.9. *
586
- , qrcode-juicypixels >= 0.8.0 && < 0.9
587
- , scientific >= 0.3.6.2 && < 0.3.7
588
- , stm >= 2.5.0.0 && < 2.5.1
589
- , template-haskell >= 2.14.0.0 && < 2.19
590
- , text >= 1.2.3.1 && < 2.1
585
+ , qrcode-core >= 0.9
586
+ , qrcode-juicypixels >= 0.8.0
587
+ , scientific >= 0.3.6.2
588
+ , stm >= 2.5.0.0
589
+ , template-haskell >= 2.14.0.0
590
+ , text >= 1.2.3.1
591
591
, tls
592
- , unbounded-delays >= 0.1.1.0 && < 0.1.2
593
- , universum >= 1.5.0 && < 1.8
592
+ , unbounded-delays >= 0.1.1.0
593
+ , universum >= 1.5.0
594
594
, unliftio >= 0.2.12
595
595
else
596
596
build-depends :
0 commit comments