File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,9 @@ common pkg
81
81
build-depends :
82
82
, aeson
83
83
, aeson-combinators
84
+ , array
84
85
, async
86
+ , attoparsec
85
87
, base
86
88
, base16-bytestring
87
89
, base58-bytestring
@@ -146,12 +148,15 @@ common pkg
146
148
147
149
library
148
150
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
150
152
exposed-modules :
151
153
Functora.Aes
152
154
Functora.AesOrphan
155
+ Functora.Bech32
156
+ Functora.Bolt11
153
157
Functora.Cfg
154
158
Functora.CfgOrphan
159
+ Functora.Denomination
155
160
Functora.Money
156
161
Functora.MoneySing
157
162
Functora.Prelude
@@ -171,8 +176,10 @@ test-suite functora-ghcjs-test
171
176
import : pkg
172
177
type : exitcode-stdio-1.0
173
178
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
+
176
183
build-depends :
177
184
, base
178
185
, bytestring
@@ -191,6 +198,7 @@ test-suite functora-ghcjs-test
191
198
192
199
other-modules :
193
200
Functora.AesSpec
201
+ Functora.Bolt11Spec
194
202
Functora.CfgSpec
195
203
Functora.Elm2MisoSpec
196
204
Functora.PreludeSpec
@@ -203,8 +211,11 @@ test-suite functora-ghcjs-test
203
211
other-modules :
204
212
Functora.Aes
205
213
Functora.AesOrphan
214
+ Functora.Bech32
215
+ Functora.Bolt11
206
216
Functora.Cfg
207
217
Functora.CfgOrphan
218
+ Functora.Denomination
208
219
Functora.Elm2Miso
209
220
Functora.Money
210
221
Functora.MoneySing
You can’t perform that action at this time.
0 commit comments