1
1
cabal-version : 2.0
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.34.7 .
3
+ -- This file has been generated from package.yaml by hpack version 0.38.0 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
- name : lnd-client
8
- version : 0.1.0.2
9
- synopsis : Lightning Network Daemon (LND) client library for Haskell
10
- description : You can find documentation at <https://hackage.haskell.org/package/lnd-client>
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] >
17
- license : BSD3
18
- license-file : LICENSE
19
- build-type : Simple
7
+ name : lnd-client
8
+ version : 0.1.0.2
9
+ synopsis : Lightning Network Daemon (LND) client library for Haskell
10
+ description : You can find documentation at <https://hackage.haskell.org/package/lnd-client>
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] >
17
+ license : BSD3
18
+ license-file : LICENSE
19
+ build-type : Simple
20
20
extra-source-files :
21
21
README.md
22
22
ChangeLog.md
@@ -151,8 +151,7 @@ library
151
151
FlexibleInstances
152
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
153
153
build-depends :
154
- GenericPretty
155
- , JuicyPixels >= 3.3.3 && < 3.4
154
+ JuicyPixels >= 3.3.3 && < 3.4
156
155
, aeson >= 1.4.4.0
157
156
, async >= 2.2.2 && < 2.3
158
157
, base >= 4.7 && < 5
@@ -165,9 +164,8 @@ library
165
164
, cryptonite >= 0.25 && < 0.31
166
165
, envparse == 0.4.1. *
167
166
, extra >= 1.6.18 && < 1.8
168
- , generic-pretty-instances
169
167
, http2 >= 3.0.3
170
- , http2-client
168
+ , http2-client >= 0.10.0.0
171
169
, http2-client-grpc >= 0.8.0.0
172
170
, http2-grpc-proto-lens >= 0.1.0.0
173
171
, http2-grpc-types >= 0.5.0.0
@@ -192,9 +190,9 @@ library
192
190
, witch
193
191
, x509 == 1.7.5. *
194
192
, x509-store
193
+ default-language : Haskell2010
195
194
if impl(ghc >= 8.10.7 )
196
195
ghc-options : -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -fenable-th-splice-warnings -fprint-potential-instances
197
- default-language : Haskell2010
198
196
199
197
library lnd-client-tkit
200
198
exposed-modules :
@@ -226,9 +224,9 @@ library lnd-client-tkit
226
224
, http2-client-grpc
227
225
, lnd-client
228
226
, network-bitcoin
227
+ default-language : Haskell2010
229
228
if impl(ghc >= 8.10.7 )
230
229
ghc-options : -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -fenable-th-splice-warnings -fprint-potential-instances
231
- default-language : Haskell2010
232
230
233
231
executable lnd-client-prof
234
232
main-is : LndClient/Main.hs
@@ -260,6 +258,7 @@ executable lnd-client-prof
260
258
, base >= 4.7 && < 5
261
259
, lnd-client
262
260
, lnd-client-tkit
261
+ default-language : Haskell2010
263
262
if impl(ghc >= 8.10.7 )
264
263
ghc-options : -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -fenable-th-splice-warnings -fprint-potential-instances
265
264
if flag(ghcid)
@@ -367,8 +366,7 @@ executable lnd-client-prof
367
366
tkit
368
367
ghc-options : -Wno-unused-packages
369
368
build-depends :
370
- GenericPretty
371
- , JuicyPixels >= 3.3.3 && < 3.4
369
+ JuicyPixels >= 3.3.3 && < 3.4
372
370
, aeson >= 1.4.4.0
373
371
, async >= 2.2.2 && < 2.3
374
372
, base >= 4.7 && < 5
@@ -381,9 +379,8 @@ executable lnd-client-prof
381
379
, cryptonite >= 0.25 && < 0.31
382
380
, envparse == 0.4.1. *
383
381
, extra >= 1.6.18 && < 1.8
384
- , generic-pretty-instances
385
382
, http2 >= 3.0.3
386
- , http2-client
383
+ , http2-client >= 0.10.0.0
387
384
, http2-client-grpc >= 0.8.0.0
388
385
, http2-grpc-proto-lens >= 0.1.0.0
389
386
, http2-grpc-types >= 0.5.0.0
@@ -412,7 +409,6 @@ executable lnd-client-prof
412
409
build-depends :
413
410
lnd-client
414
411
, lnd-client-tkit
415
- default-language : Haskell2010
416
412
417
413
test-suite lnd-client-test
418
414
type : exitcode-stdio-1.0
@@ -449,6 +445,7 @@ test-suite lnd-client-test
449
445
, containers
450
446
, hspec
451
447
, unliftio
448
+ default-language : Haskell2010
452
449
if impl(ghc >= 8.10.7 )
453
450
ghc-options : -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -fenable-th-splice-warnings -fprint-potential-instances
454
451
if flag(ghcid)
@@ -556,8 +553,7 @@ test-suite lnd-client-test
556
553
tkit
557
554
ghc-options : -Wno-unused-packages
558
555
build-depends :
559
- GenericPretty
560
- , JuicyPixels >= 3.3.3 && < 3.4
556
+ JuicyPixels >= 3.3.3 && < 3.4
561
557
, aeson >= 1.4.4.0
562
558
, async >= 2.2.2 && < 2.3
563
559
, base >= 4.7 && < 5
@@ -570,9 +566,8 @@ test-suite lnd-client-test
570
566
, cryptonite >= 0.25 && < 0.31
571
567
, envparse == 0.4.1. *
572
568
, extra >= 1.6.18 && < 1.8
573
- , generic-pretty-instances
574
569
, http2 >= 3.0.3
575
- , http2-client
570
+ , http2-client >= 0.10.0.0
576
571
, http2-client-grpc >= 0.8.0.0
577
572
, http2-grpc-proto-lens >= 0.1.0.0
578
573
, http2-grpc-types >= 0.5.0.0
@@ -601,4 +596,3 @@ test-suite lnd-client-test
601
596
build-depends :
602
597
lnd-client
603
598
, lnd-client-tkit
604
- default-language : Haskell2010
0 commit comments