|
4 | 4 | "description": "Asynchronous effect monad",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
7 |
| - "url": "https://github.com/slamdata/purescript-aff.git" |
| 7 | + "url": "https://github.com/purescript-contrib/purescript-aff.git" |
8 | 8 | },
|
9 | 9 | "license": "Apache-2.0",
|
10 | 10 | "ignore": [
|
|
17 | 17 | "package.json"
|
18 | 18 | ],
|
19 | 19 | "dependencies": {
|
20 |
| - "purescript-exceptions": "^4.0.0", |
21 |
| - "purescript-functions": "^4.0.0", |
22 |
| - "purescript-parallel": "^4.0.0", |
23 |
| - "purescript-transformers": "^4.0.0", |
24 |
| - "purescript-unsafe-coerce": "^4.0.0", |
25 |
| - "purescript-datetime": "^4.0.0", |
26 |
| - "purescript-effect": "^2.0.0" |
| 20 | + "purescript-exceptions": "master", |
| 21 | + "purescript-functions": "master", |
| 22 | + "purescript-parallel": "master", |
| 23 | + "purescript-transformers": "master", |
| 24 | + "purescript-unsafe-coerce": "master", |
| 25 | + "purescript-datetime": "master", |
| 26 | + "purescript-effect": "master" |
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "purescript-console": "^4.1.0", |
30 |
| - "purescript-partial": "^2.0.0", |
31 |
| - "purescript-minibench": "^2.0.0", |
32 |
| - "purescript-assert": "^4.0.0", |
33 |
| - "purescript-free": "^5.0.0" |
| 29 | + "purescript-console": "master", |
| 30 | + "purescript-partial": "master", |
| 31 | + "purescript-minibench": "master", |
| 32 | + "purescript-assert": "master", |
| 33 | + "purescript-free": "master" |
34 | 34 | }
|
35 | 35 | }
|
0 commit comments