@@ -5,15 +5,15 @@ cabal-version: 2.0
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : lnd-client
8
- version : 0.1.0.2
8
+ version : 0.1.0.3
9
9
synopsis : Lightning Network Daemon (LND) client library for Haskell
10
10
description : You can find documentation at <https://hackage.haskell.org/package/lnd-client>
11
11
category : Lightning, Bitcoin, Finance, Network, Payments
12
- homepage : https://github.com/coingaming/lnd-client #readme
13
- bug-reports : https://github.com/coingaming/lnd-client /issues
14
- author :
21it < 21 [email protected] >, Mikhail Prushinskiy <[email protected] >, Artem Markov <[email protected] >
15
- maintainer :
21it < 21 [email protected] >, Mikhail Prushinskiy <[email protected] >, Artem Markov <[email protected] >
16
- copyright :
2022 Yolo <[email protected] >
12
+ homepage : https://github.com/functora.github.io/pub #readme
13
+ bug-reports : https://github.com/functora.github.io/pub /issues
14
+ author :
functora <[email protected] >
15
+ maintainer :
functora <[email protected] >
16
+ copyright :
2025 functora <[email protected] >
17
17
license : BSD3
18
18
license-file : LICENSE
19
19
build-type : Simple
@@ -23,7 +23,8 @@ extra-source-files:
23
23
24
24
source-repository head
25
25
type : git
26
- location : https://github.com/coingaming/lnd-client
26
+ location : https://github.com/functora.github.io/pub
27
+ subdir : lnd-client
27
28
28
29
flag ghcid
29
30
manual : True
@@ -89,7 +90,6 @@ library
89
90
LndClient.Import.External
90
91
LndClient.LndTest
91
92
LndClient.Log
92
- LndClient.Orphan
93
93
LndClient.QRCode
94
94
LndClient.RPC.Generic
95
95
LndClient.RPC.Katip
@@ -149,7 +149,8 @@ library
149
149
TypeOperators
150
150
FlexibleContexts
151
151
FlexibleInstances
152
- ghc-options : -Weverything -Werror -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures
152
+ DeriveDataTypeable
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
153
154
build-depends :
154
155
JuicyPixels >= 3.3.3 && < 3.4
155
156
, aeson >= 1.4.4.0
@@ -161,9 +162,12 @@ library
161
162
, chronos >= 1.0.7 && < 1.2
162
163
, containers >= 0.6.0.1 && < 0.6.6
163
164
, cryptohash-sha256 >= 0.11.101.0 && < 0.12
165
+ , crypton-x509 == 1.7.5. *
166
+ , crypton-x509-store
164
167
, cryptonite >= 0.25 && < 0.31
165
168
, envparse == 0.4.1. *
166
169
, extra >= 1.6.18 && < 1.8
170
+ , functora
167
171
, http2 >= 3.0.3
168
172
, http2-client >= 0.10.0.0
169
173
, http2-client-grpc >= 0.8.0.0
@@ -182,14 +186,10 @@ library
182
186
, stm >= 2.5.0.0 && < 2.5.1
183
187
, template-haskell >= 2.14.0.0 && < 2.19
184
188
, text >= 1.2.3.1 && < 2.1
185
- , time
186
189
, tls
187
190
, unbounded-delays >= 0.1.1.0 && < 0.1.2
188
191
, universum >= 1.5.0 && < 1.8
189
192
, unliftio >= 0.2.12
190
- , witch
191
- , x509 == 1.7.5. *
192
- , x509-store
193
193
default-language : Haskell2010
194
194
if impl(ghc >= 8.10.7 )
195
195
ghc-options : -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -fenable-th-splice-warnings -fprint-potential-instances
@@ -218,7 +218,8 @@ library lnd-client-tkit
218
218
TypeOperators
219
219
FlexibleContexts
220
220
FlexibleInstances
221
- ghc-options : -Weverything -Werror -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures
221
+ DeriveDataTypeable
222
+ 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
222
223
build-depends :
223
224
base >= 4.7 && < 5
224
225
, http2-client-grpc
@@ -251,7 +252,8 @@ executable lnd-client-prof
251
252
TypeOperators
252
253
FlexibleContexts
253
254
FlexibleInstances
254
- ghc-options : -Weverything -Werror -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -main-is LndClient.Main -O2 -optc-O3 -funfolding-use-threshold= 16 -threaded -rtsopts "-with-rtsopts=-N -s -p -h -xt" -prof -fprof-auto -optl-fuse-ld=gold
255
+ DeriveDataTypeable
256
+ 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 -main-is LndClient.Main -O2 -optc-O3 -funfolding-use-threshold= 16 -threaded -rtsopts "-with-rtsopts=-N -s -p -h -xt" -prof -fprof-auto -optl-fuse-ld=gold
255
257
ld-options : -fuse-ld=gold
256
258
build-depends :
257
259
async
@@ -321,7 +323,6 @@ executable lnd-client-prof
321
323
LndClient.Import.External
322
324
LndClient.LndTest
323
325
LndClient.Log
324
- LndClient.Orphan
325
326
LndClient.QRCode
326
327
LndClient.RPC.Generic
327
328
LndClient.RPC.Katip
@@ -376,9 +377,12 @@ executable lnd-client-prof
376
377
, chronos >= 1.0.7 && < 1.2
377
378
, containers >= 0.6.0.1 && < 0.6.6
378
379
, cryptohash-sha256 >= 0.11.101.0 && < 0.12
380
+ , crypton-x509 == 1.7.5. *
381
+ , crypton-x509-store
379
382
, cryptonite >= 0.25 && < 0.31
380
383
, envparse == 0.4.1. *
381
384
, extra >= 1.6.18 && < 1.8
385
+ , functora
382
386
, http2 >= 3.0.3
383
387
, http2-client >= 0.10.0.0
384
388
, http2-client-grpc >= 0.8.0.0
@@ -397,14 +401,10 @@ executable lnd-client-prof
397
401
, stm >= 2.5.0.0 && < 2.5.1
398
402
, template-haskell >= 2.14.0.0 && < 2.19
399
403
, text >= 1.2.3.1 && < 2.1
400
- , time
401
404
, tls
402
405
, unbounded-delays >= 0.1.1.0 && < 0.1.2
403
406
, universum >= 1.5.0 && < 1.8
404
407
, unliftio >= 0.2.12
405
- , witch
406
- , x509 == 1.7.5. *
407
- , x509-store
408
408
else
409
409
build-depends :
410
410
lnd-client
@@ -437,7 +437,8 @@ test-suite lnd-client-test
437
437
TypeOperators
438
438
FlexibleContexts
439
439
FlexibleInstances
440
- ghc-options : -Weverything -Werror -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -O2 -optc-O3 -funfolding-use-threshold= 16 -threaded -rtsopts -with-rtsopts=-N -optl-fuse-ld=gold
440
+ DeriveDataTypeable
441
+ 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 -O2 -optc-O3 -funfolding-use-threshold= 16 -threaded -rtsopts -with-rtsopts=-N -optl-fuse-ld=gold
441
442
ld-options : -fuse-ld=gold
442
443
build-depends :
443
444
async
@@ -508,7 +509,6 @@ test-suite lnd-client-test
508
509
LndClient.Import.External
509
510
LndClient.LndTest
510
511
LndClient.Log
511
- LndClient.Orphan
512
512
LndClient.QRCode
513
513
LndClient.RPC.Generic
514
514
LndClient.RPC.Katip
@@ -563,9 +563,12 @@ test-suite lnd-client-test
563
563
, chronos >= 1.0.7 && < 1.2
564
564
, containers >= 0.6.0.1 && < 0.6.6
565
565
, cryptohash-sha256 >= 0.11.101.0 && < 0.12
566
+ , crypton-x509 == 1.7.5. *
567
+ , crypton-x509-store
566
568
, cryptonite >= 0.25 && < 0.31
567
569
, envparse == 0.4.1. *
568
570
, extra >= 1.6.18 && < 1.8
571
+ , functora
569
572
, http2 >= 3.0.3
570
573
, http2-client >= 0.10.0.0
571
574
, http2-client-grpc >= 0.8.0.0
@@ -584,14 +587,10 @@ test-suite lnd-client-test
584
587
, stm >= 2.5.0.0 && < 2.5.1
585
588
, template-haskell >= 2.14.0.0 && < 2.19
586
589
, text >= 1.2.3.1 && < 2.1
587
- , time
588
590
, tls
589
591
, unbounded-delays >= 0.1.1.0 && < 0.1.2
590
592
, universum >= 1.5.0 && < 1.8
591
593
, unliftio >= 0.2.12
592
- , witch
593
- , x509 == 1.7.5. *
594
- , x509-store
595
594
else
596
595
build-depends :
597
596
lnd-client
0 commit comments