Skip to content

Commit f839fa4

Browse files
committed
lnd-client
1 parent 5184ecc commit f839fa4

File tree

3 files changed

+93
-101
lines changed

3 files changed

+93
-101
lines changed

pub/lnd-client/cabal.project

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
allow-newer: *
1+
allow-newer: http2-client:*,
2+
http2-client-grpc:*,
3+
http2-grpc-types:*,
4+
http2-grpc-proto-lens:*,
5+
http2-grpc-proto3-wire:*,
26
packages:
37
*.cabal
48
../functora/*.cabal
@@ -16,22 +20,10 @@ packages:
1620
../proto-lens/proto-lens-tests/*.cabal
1721
../proto-lens/proto-lens-tests-dep/*.cabal
1822

19-
--
20-
-- TODO : upgrade all
21-
--
2223
constraints:
2324
tls < 1.8,
2425
http2 >= 3 && <= 3.0.3
2526

26-
package witch
27-
flags: +remove-time
28-
29-
source-repository-package
30-
type: git
31-
location: https://github.com/21it/witch.git
32-
--sha256: 17dvcqj29883sysx5qcgjbi3smn1c9kjaj807a9a2vj24fg2jwja
33-
tag: ee0259bc5eb46d9c47d1c15473ff3e7d8212dc43
34-
3527
source-repository-package
3628
type: git
3729
location: https://github.com/coingaming/http2-client.git

pub/lnd-client/lnd-client.cabal

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -152,43 +152,43 @@ library
152152
DeriveDataTypeable
153153
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
154154
build-depends:
155-
JuicyPixels >=3.3.3 && <3.4
155+
JuicyPixels >=3.3.3
156156
, aeson >=1.4.4.0
157-
, async >=2.2.2 && <2.3
157+
, async >=2.2.2
158158
, 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
166166
, 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
170170
, functora
171171
, http2 >=3.0.3
172172
, http2-client >=0.10.0.0
173173
, http2-client-grpc >=0.8.0.0
174174
, http2-grpc-proto-lens >=0.1.0.0
175175
, http2-grpc-types >=0.5.0.0
176-
, katip >=0.8.3.0 && <0.9
176+
, katip >=0.8.3.0
177177
, microlens >=0.4.10
178178
, network-bitcoin >=1.8.3
179-
, pem >=0.2.4 && <0.3
179+
, pem >=0.2.4
180180
, persistent >=2.11.0.2
181181
, proto-lens >=0.7.0
182182
, 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
189189
, 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
192192
, unliftio >=0.2.12
193193
default-language: Haskell2010
194194
if impl(ghc >= 8.10.7)
@@ -367,43 +367,43 @@ executable lnd-client-prof
367367
tkit
368368
ghc-options: -Wno-unused-packages
369369
build-depends:
370-
JuicyPixels >=3.3.3 && <3.4
370+
JuicyPixels >=3.3.3
371371
, aeson >=1.4.4.0
372-
, async >=2.2.2 && <2.3
372+
, async >=2.2.2
373373
, 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
381381
, 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
385385
, functora
386386
, http2 >=3.0.3
387387
, http2-client >=0.10.0.0
388388
, http2-client-grpc >=0.8.0.0
389389
, http2-grpc-proto-lens >=0.1.0.0
390390
, http2-grpc-types >=0.5.0.0
391-
, katip >=0.8.3.0 && <0.9
391+
, katip >=0.8.3.0
392392
, microlens >=0.4.10
393393
, network-bitcoin >=1.8.3
394-
, pem >=0.2.4 && <0.3
394+
, pem >=0.2.4
395395
, persistent >=2.11.0.2
396396
, proto-lens >=0.7.0
397397
, 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
404404
, 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
407407
, unliftio >=0.2.12
408408
else
409409
build-depends:
@@ -554,43 +554,43 @@ test-suite lnd-client-test
554554
tkit
555555
ghc-options: -Wno-unused-packages
556556
build-depends:
557-
JuicyPixels >=3.3.3 && <3.4
557+
JuicyPixels >=3.3.3
558558
, aeson >=1.4.4.0
559-
, async >=2.2.2 && <2.3
559+
, async >=2.2.2
560560
, 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
568568
, 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
572572
, functora
573573
, http2 >=3.0.3
574574
, http2-client >=0.10.0.0
575575
, http2-client-grpc >=0.8.0.0
576576
, http2-grpc-proto-lens >=0.1.0.0
577577
, http2-grpc-types >=0.5.0.0
578-
, katip >=0.8.3.0 && <0.9
578+
, katip >=0.8.3.0
579579
, microlens >=0.4.10
580580
, network-bitcoin >=1.8.3
581-
, pem >=0.2.4 && <0.3
581+
, pem >=0.2.4
582582
, persistent >=2.11.0.2
583583
, proto-lens >=0.7.0
584584
, 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
591591
, 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
594594
, unliftio >=0.2.12
595595
else
596596
build-depends:

pub/lnd-client/package.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,35 @@ _deps: &deps
1717
dependencies:
1818
# foundation
1919
- base >= 4.7 && < 5
20-
- universum >= 1.5.0 && < 1.8
20+
- universum >= 1.5.0
2121
- functora
2222
# time
23-
- chronos >= 1.0.7 && < 1.2
24-
- unbounded-delays >= 0.1.1.0 && < 0.1.2
23+
- chronos >= 1.0.7
24+
- unbounded-delays >= 0.1.1.0
2525
# storage
2626
- persistent >= 2.11.0.2
2727
# logging
28-
- katip >= 0.8.3.0 && < 0.9
28+
- katip >= 0.8.3.0
2929
# byte and text
30-
- bytestring >= 0.10.8.2 && < 0.13
31-
- base16-bytestring >= 1.0.1.0 && < 1.1
32-
- base64-bytestring >= 1.0.0.2 && < 1.3
33-
- text >= 1.2.3.1 && < 2.1
30+
- bytestring >= 0.10.8.2
31+
- base16-bytestring >= 1.0.1.0
32+
- base64-bytestring >= 1.0.0.2
33+
- text >= 1.2.3.1
3434
- aeson >= 1.4.4.0
3535
# images
36-
- qrcode-core >= 0.9 && < 0.10
37-
- qrcode-juicypixels >= 0.8.0 && < 0.9
38-
- JuicyPixels >= 3.3.3 && < 3.4
36+
- qrcode-core >= 0.9
37+
- qrcode-juicypixels >= 0.8.0
38+
- JuicyPixels >= 3.3.3
3939
# system and threading
40-
- envparse >= 0.4.1 && < 0.4.2
41-
- async >= 2.2.2 && < 2.3
42-
- stm >= 2.5.0.0 && < 2.5.1
40+
- envparse >= 0.4.1
41+
- async >= 2.2.2
42+
- stm >= 2.5.0.0
4343
# crypto
44-
- cryptonite >= 0.25 && < 0.31
45-
- cryptohash-sha256 >= 0.11.101.0 && < 0.12
46-
- crypton-x509 >= 1.7.5 && < 1.7.6
44+
- cryptonite >= 0.25
45+
- cryptohash-sha256 >= 0.11.101.0
46+
- crypton-x509 >= 1.7.5
4747
- crypton-x509-store
48-
- pem >= 0.2.4 && < 0.3
48+
- pem >= 0.2.4
4949
# bitcoin
5050
- network-bitcoin >= 1.8.3
5151
# protobuf
@@ -61,10 +61,10 @@ _deps: &deps
6161
- tls
6262
# general
6363
- unliftio >= 0.2.12
64-
- extra >= 1.6.18 && < 1.8
65-
- scientific >= 0.3.6.2 && < 0.3.7
66-
- containers >= 0.6.0.1 && < 0.6.6
67-
- template-haskell >= 2.14.0.0 && < 2.19
64+
- extra >= 1.6.18
65+
- scientific >= 0.3.6.2
66+
- containers >= 0.6.0.1
67+
- template-haskell >= 2.14.0.0
6868

6969
_ghcid: &ghcid
7070
when:

0 commit comments

Comments
 (0)