-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathspago.yaml
51 lines (51 loc) · 868 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
50
51
package:
name: fetch
publish:
version: 4.1.1
license: MIT
location:
githubOwner: rowtype-yoga
githubRepo: purescript-fetch
dependencies:
- aff
- arraybuffer-types
- bifunctors
- effect
- either
- foreign
- http-methods
- js-fetch
- js-promise
- js-promise-aff
- maybe
- newtype
- ordered-collections
- prelude
- record
- strings
- typelevel-prelude
- web-file
- web-streams
test:
main: Test.Main
dependencies:
- node-http
- spec
- aff
- datetime
- effect
- either
- exceptions
- spec
- strings
- node-buffer
- node-event-emitter
- node-http
- node-net
- node-streams
- partial
- refs
workspace:
extraPackages: {}
packageSet:
registry: 63.3.0