forked from purescript-react/purescript-react-basic-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspago.yaml
62 lines (62 loc) · 1.92 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
package:
name: react-basic-hooks
publish:
license: Apache-2.0
version: 8.2.0
location:
githubOwner: megamaddu
githubRepo: purescript-react-basic-hooks
dependencies:
- aff: ">=8.0.0 <9.0.0"
- aff-promise: ">=4.0.0 <5.0.0"
- bifunctors: ">=6.0.0 <7.0.0"
- console: ">=6.1.0 <7.0.0"
- control: ">=6.0.0 <7.0.0"
- datetime: ">=6.1.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.1.0 <7.0.0"
- exceptions: ">=6.1.0 <7.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- functions: ">=6.0.0 <7.0.0"
- indexed-monad: ">=3.0.0 <4.0.0"
- integers: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- newtype: ">=5.0.0 <6.0.0"
- now: ">=6.0.0 <7.0.0"
- nullable: ">=6.0.0 <7.0.0"
- ordered-collections: ">=3.2.0 <4.0.0"
- prelude: ">=6.0.2 <7.0.0"
- react-basic: ">=17.0.0 <18.0.0"
- refs: ">=6.0.0 <7.0.0"
- tuples: ">=7.0.0 <8.0.0"
- type-equality: ">=4.0.1 <5.0.0"
- unsafe-coerce: ">=6.0.0 <7.0.0"
- unsafe-reference: ">=5.0.0 <6.0.0"
- web-html: ">=4.1.0 <5.0.0"
test:
main: Test.Main
dependencies:
- console
- effect
- react-testing-library
- react-basic
- react-basic-dom
- spec-discovery
workspace:
extraPackages:
# react-basic:
# git: https://github.com/purescript-react/purescript-react-basic
# ref: master
# # path: /home/srghma/projects/purescript-react-basic
# react-basic-dom:
# git: https://github.com/purescript-react/purescript-react-basic-dom
# ref: master
# # path: /home/srghma/projects/purescript-react-basic-dom
react-testing-library:
# git: https://github.com/i-am-the-slime/purescript-react-testing-library
# ref: master
git: https://github.com/srghma/purescript-react-testing-library
ref: update
# path: /home/srghma/projects/purescript-react-testing-library
packageSet:
registry: 63.6.0