-
Notifications
You must be signed in to change notification settings - Fork 0
/
spago.yaml
64 lines (64 loc) · 1.52 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
63
64
package:
name: html2halogen
dependencies:
- arrays
- console
- effect
- either
- foldable-traversable
- foreign-object
- integers
- js-promise-aff
- language-cst-parser
- maybe
- node-buffer
- node-fs
- optparse
- partial
- prelude
- psci-support
- strings
- tidy-codegen
- transformers
- tuples
- web-dom
- web-dom-parser
workspace:
packageSet:
registry: 60.7.0
extraPackages:
tidy-codegen:
git: https://github.com/srghma/purescript-tidy-codegen.git
ref: main
language-cst-parser:
# git: https://github.com/natefaubion/purescript-language-cst-parser.git
git: https://github.com/srghma/purescript-language-cst-parser.git
ref: main
# ref: dbac5f3
subdir: lib
dodo-printer:
# git: https://github.com/natefaubion/purescript-dodo-printer.git
git: https://github.com/srghma/purescript-dodo-printer.git
ref: master
# ref: 1766a54
tidy:
# git: https://github.com/natefaubion/purescript-tidy.git
git: https://github.com/srghma/purescript-tidy.git
ref: main
# ref: 83ec210
subdir: lib
web-dom:
git: https://github.com/flip111/purescript-web-dom.git
ref: patch-3
dependencies:
- effect
- enums
- maybe
- newtype
- nullable
- prelude
- unsafe-coerce
- web-events
web-dom-parser:
git: https://github.com/flip111/purescript-web-dom-parser.git
ref: master