-
Notifications
You must be signed in to change notification settings - Fork 80
/
spago.yaml
62 lines (62 loc) · 1.25 KB
/
spago.yaml
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
workspace:
lock: true
package_set:
registry: 59.0.0
extra_packages:
dodo-printer:
repo: https://github.com/natefaubion/purescript-dodo-printer.git
version: v2.2.1
dependencies:
- aff
- ansi
- arrays
- avar
- console
- control
- effect
- either
- exceptions
- foldable-traversable
- integers
- lists
- maybe
- newtype
- parallel
- partial
- posix-types
- prelude
- safe-coerce
- strings
- tuples
language-cst-parser:
repo: https://github.com/natefaubion/purescript-language-cst-parser.git
version: v0.13.0
dependencies:
- arrays
- console
- const
- control
- effect
- either
- enums
- foldable-traversable
- free
- functions
- functors
- identity
- integers
- lazy
- lists
- maybe
- newtype
- numbers
- ordered-collections
- partial
- prelude
- st
- strings
- transformers
- tuples
- typelevel-prelude
- unfoldable
- unsafe-coerce