|
7 | 7 | "description": "Low-level interface for asynchronous variables",
|
8 | 8 | "repository": {
|
9 | 9 | "type": "git",
|
10 |
| - "url": "git://github.com/slamdata/purescript-avar.git" |
| 10 | + "url": "https://github.com/purescript-contrib/purescript-avar.git" |
11 | 11 | },
|
12 | 12 | "main": "",
|
13 | 13 | "keywords": [
|
|
23 | 23 | "tests"
|
24 | 24 | ],
|
25 | 25 | "dependencies": {
|
26 |
| - "purescript-aff": "^5.0.0", |
27 |
| - "purescript-effect": "^2.0.0", |
28 |
| - "purescript-maybe": "^4.0.0", |
29 |
| - "purescript-either": "^4.0.0", |
30 |
| - "purescript-functions": "^4.0.0", |
31 |
| - "purescript-exceptions": "^4.0.0" |
| 26 | + "purescript-aff": "main", |
| 27 | + "purescript-effect": "master", |
| 28 | + "purescript-maybe": "master", |
| 29 | + "purescript-either": "master", |
| 30 | + "purescript-functions": "master", |
| 31 | + "purescript-exceptions": "master" |
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "purescript-assert": "^4.0.0", |
35 |
| - "purescript-console": "^4.1.0", |
36 |
| - "purescript-transformers": "^4.0.0", |
37 |
| - "purescript-refs": "^4.0.0" |
| 34 | + "purescript-assert": "master", |
| 35 | + "purescript-console": "master", |
| 36 | + "purescript-transformers": "master", |
| 37 | + "purescript-refs": "master" |
38 | 38 | }
|
39 | 39 | }
|
0 commit comments