-
Notifications
You must be signed in to change notification settings - Fork 8
/
spago.yaml
49 lines (49 loc) · 941 Bytes
/
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
package:
name: setup-purescript
dependencies:
- aff
- aff-retry
- affjax
- affjax-node
- argonaut-codecs
- argonaut-core
- arrays
- bifunctors
- control
- effect
- either
- enums
- exceptions
- foldable-traversable
- foreign-object
- github-actions-toolkit
- integers
- lists
- numbers
- maybe
- newtype
- node-buffer
- node-fs
- node-path
- node-process
- ordered-collections
- parsing
- partial
- prelude
- refs
- strings
- tailrec
- transformers
- tuples
- versions
test:
main: Test.Main
dependencies: []
workspace:
package_set:
registry: 50.4.0
extra_packages:
github-actions-toolkit:
# git: "https://github.com/purescript-contrib/purescript-github-actions-toolkit.git"
git: "https://github.com/srghma/purescript-github-actions-toolkit.git"
ref: "main"