-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathspago.yaml
39 lines (38 loc) · 994 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
package:
name: node-streams
publish:
license: MIT
version: 9.0.1
location:
githubOwner: purescript-node
githubRepo: purescript-node-streams
dependencies:
- aff: ">=7.0.0 <9.0.0"
- arrays: ">=7.3.0 <8.0.0"
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.0.0 <7.0.0"
- exceptions: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- node-buffer: ">=9.0.0 <10.0.0"
- node-event-emitter: ">=3.0.0 <4.0.0"
- nullable: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.0 <7.0.0"
- refs: ">=6.0.0 <7.0.0"
- st: ">=6.2.0 <7.0.0"
- tailrec: ">=6.1.0 <7.0.0"
- unsafe-coerce: ">=6.0.0 <7.0.0"
test:
main: Test.Main
# See also other tests
#
# spago test --main Test.Main1
# spago test --main Test.Main2
# spago test --main Test.Main3 -- <(head --bytes 1000000 /dev/zero)
# spago test --main Test.Main4
#
dependencies:
- assert
- console
- partial
- spec
workspace: {}