-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathspago.yaml
More file actions
77 lines (77 loc) · 1.2 KB
/
spago.yaml
File metadata and controls
77 lines (77 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
package:
name: registry-app
run:
main: Registry.App.Main
publish:
license: BSD-3-Clause
version: 0.0.1
dependencies:
- aff
- ansi
- arrays
- b64
- bifunctors
- codec
- codec-json
- console
- const
- control
- datetime
- dodo-printer
- dotenv
- effect
- either
- enums
- exceptions
- exists
- fetch
- filterable
- foldable-traversable
- foreign
- foreign-object
- formatters
- http-methods
- httpurple
- identity
- integers
- js-fetch
- js-promise-aff
- js-uri
- json
- lists
- maybe
- newtype
- node-buffer
- node-child-process
- node-execa
- node-fs
- node-path
- node-process
- now
- nullable
- numbers
- ordered-collections
- parallel
- parsing
- partial
- prelude
- profunctor
- record
- refs
- registry-foreign
- registry-lib
- run
- safe-coerce
- strings
- transformers
- tuples
- typelevel-prelude
- unicode
- unsafe-coerce
- uuidv4
test:
main: Test.Registry.Main
dependencies:
- registry-test-utils
- spec
- spec-node