Skip to content

Commit fd4634e

Browse files
committed
added bolt11 to functora-ghcjs
1 parent e4bba8d commit fd4634e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

pub/functora/src/functora-ghcjs.cabal

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ common pkg
8181
build-depends:
8282
, aeson
8383
, aeson-combinators
84+
, array
8485
, async
86+
, attoparsec
8587
, base
8688
, base16-bytestring
8789
, base58-bytestring
@@ -146,12 +148,15 @@ common pkg
146148

147149
library
148150
import: pkg
149-
hs-source-dirs: prelude qr aes money web rates tags cfg
151+
hs-source-dirs: prelude qr aes money web rates tags cfg bolt11
150152
exposed-modules:
151153
Functora.Aes
152154
Functora.AesOrphan
155+
Functora.Bech32
156+
Functora.Bolt11
153157
Functora.Cfg
154158
Functora.CfgOrphan
159+
Functora.Denomination
155160
Functora.Money
156161
Functora.MoneySing
157162
Functora.Prelude
@@ -171,8 +176,10 @@ test-suite functora-ghcjs-test
171176
import: pkg
172177
type: exitcode-stdio-1.0
173178
main-is: Spec.hs
174-
hs-source-dirs: prelude qr aes money web rates tags cfg elm2miso soplate
175-
hs-source-dirs: test
179+
hs-source-dirs:
180+
prelude qr aes money web rates tags cfg elm2miso soplate bolt11
181+
test
182+
176183
build-depends:
177184
, base
178185
, bytestring
@@ -191,6 +198,7 @@ test-suite functora-ghcjs-test
191198

192199
other-modules:
193200
Functora.AesSpec
201+
Functora.Bolt11Spec
194202
Functora.CfgSpec
195203
Functora.Elm2MisoSpec
196204
Functora.PreludeSpec
@@ -203,8 +211,11 @@ test-suite functora-ghcjs-test
203211
other-modules:
204212
Functora.Aes
205213
Functora.AesOrphan
214+
Functora.Bech32
215+
Functora.Bolt11
206216
Functora.Cfg
207217
Functora.CfgOrphan
218+
Functora.Denomination
208219
Functora.Elm2Miso
209220
Functora.Money
210221
Functora.MoneySing

0 commit comments

Comments
 (0)