-
Notifications
You must be signed in to change notification settings - Fork 1
/
spago.yaml
98 lines (98 loc) · 2.19 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
package:
dependencies:
- aff
- aff-coroutines
- aff-promise
- affjax-web
- apitypes
- argonaut
- arraybuffer
- arraybuffer-builder
- arraybuffer-types
- arrays
- avar
- avar-monadask
- b64
- console
- control
- coroutines
- datetime
- effect
- either
- enums
- exceptions
- foldable-traversable
- foreign
- foreign-object
- free
- functions
- http-methods
- identity
- integers
- interpolate
- js-date
- js-iterators
- lists
- lrucache
- maybe
- media-types
- newtype
- node-buffer
- node-fs
- node-path
- node-process
- now
- nullable
- ordered-collections
- parsing
- partial
- perspectives-utilities
- prelude
- profunctor-lenses
- random
- record
- safe-coerce
- serializablenonemptyarray
- simple-json
- strings
- subtlecrypto
- tailrec
- test-unit
- transformers
- tuples
- uint
- unicode
- unsafe-coerce
- web-encoding
name: perspectives-core
workspace:
extraPackages:
apitypes:
path: ../perspectives-apitypes
# git: https://github.com/joopringelberg/perspectives-apitypes.git
# ref: v3.0.0
avar-monadask:
path: ../purescript-avar-monadask
# git: https://github.com/joopringelberg/purescript-avar-monadask.git
# ref: v3.0.0
lrucache:
path: ../purescript-lru-cache
# git: https://github.com/joopringelberg/purescript-lru-cache.git
# ref: v2.0.0
parsing:
path: ../purescript-parsing
# git: https://github.com/joopringelberg/purescript-parsing.git
# ref: v10.2.0-transformer
perspectives-utilities:
path: ../perspectives-utilities
# git: https://github.com/joopringelberg/perspectives-utilities.git
# ref: v2.0.0
serializablenonemptyarray:
path: ../serialisable-nonempty-arrays
# git: https://github.com/joopringelberg/serialisable-nonempty-arrays.git
# ref: v2.0.0
subtlecrypto:
# git: https://github.com/rowtype-yoga/purescript-yoga-subtlecrypto.git
path: ../purescript-yoga-subtlecrypto
packageSet:
registry: 60.6.0