-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathspago.yaml
54 lines (53 loc) · 1.11 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
package:
name: halogen-helix
description: "Lightweight global state management for PureScript Halogen."
publish:
version: 1.0.1
license: MIT
location:
githubOwner: katsujukou
githubRepo: purescript-halogen-helix
build:
strict: true
dependencies:
- effect: ">=4.0.0 <5.0.0"
- halogen-hooks: ">=0.6.3 <1.0.0"
- halogen-subscriptions: ">=2.0.0 <3.0.0"
- lazy: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
- refs: ">=6.0.0 <7.0.0"
- tuples: ">=7.0.0 <8.0.0"
test:
main: Test.E2E.Main
dependencies:
- aff
- aff-promise
- arrays
- const
- effect
- exceptions
- foldable-traversable
- free
- halogen
- halogen-hooks
- halogen-subscriptions
- lazy
- lists
- maybe
- newtype
- ordered-collections
- prelude
- refs
- spec
- spec-node
- transformers
- tuples
- unsafe-coerce
- unsafe-reference
- web-dom
- web-html
workspace:
packageSet:
registry: 58.0.0
extraPackages: {}