|
11 | 11 | "license": "BSD-3-Clause", |
12 | 12 | "repository": { |
13 | 13 | "type": "git", |
14 | | - "url": "git://github.com/purescript/purescript-transformers.git" |
| 14 | + "url": "https://github.com/purescript/purescript-transformers.git" |
15 | 15 | }, |
16 | 16 | "ignore": [ |
17 | 17 | "**/.*", |
|
23 | 23 | "package.json" |
24 | 24 | ], |
25 | 25 | "dependencies": { |
26 | | - "purescript-control": "master", |
27 | | - "purescript-distributive": "master", |
28 | | - "purescript-effect": "master", |
29 | | - "purescript-exceptions": "master", |
30 | | - "purescript-either": "master", |
31 | | - "purescript-foldable-traversable": "master", |
32 | | - "purescript-identity": "master", |
33 | | - "purescript-lazy": "master", |
34 | | - "purescript-maybe": "master", |
35 | | - "purescript-newtype": "master", |
36 | | - "purescript-prelude": "master", |
37 | | - "purescript-tailrec": "master", |
38 | | - "purescript-tuples": "master", |
39 | | - "purescript-unfoldable": "master" |
| 26 | + "purescript-control": "^5.0.0", |
| 27 | + "purescript-distributive": "^5.0.0", |
| 28 | + "purescript-effect": "^3.0.0", |
| 29 | + "purescript-either": "^5.0.0", |
| 30 | + "purescript-exceptions": "^5.0.0", |
| 31 | + "purescript-foldable-traversable": "^5.0.0", |
| 32 | + "purescript-identity": "^5.0.0", |
| 33 | + "purescript-lazy": "^5.0.0", |
| 34 | + "purescript-maybe": "^5.0.0", |
| 35 | + "purescript-newtype": "^4.0.0", |
| 36 | + "purescript-prelude": "^5.0.0", |
| 37 | + "purescript-tailrec": "^5.0.0", |
| 38 | + "purescript-tuples": "^6.0.0", |
| 39 | + "purescript-unfoldable": "^5.0.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "purescript-arrays": "master", |
43 | | - "purescript-console": "master" |
| 42 | + "purescript-arrays": "^6.0.0", |
| 43 | + "purescript-console": "^5.0.0" |
44 | 44 | } |
45 | 45 | } |
0 commit comments