|
1 | 1 | { |
2 | 2 | "name": "purescript-quickcheck", |
3 | 3 | "homepage": "https://github.com/purescript/purescript-quickcheck", |
4 | | - "license": "MIT", |
| 4 | + "license": "BSD-3-Clause", |
5 | 5 | "authors": [ |
6 | 6 | "John A. De Goes <[email protected]> (http://degoes.net)", |
7 | 7 | "Phil Freeman <[email protected]>" |
|
20 | 20 | "package.json" |
21 | 21 | ], |
22 | 22 | "dependencies": { |
23 | | - "purescript-arrays": "#compiler/0.12", |
24 | | - "purescript-console": "#compiler/0.12", |
25 | | - "purescript-either": "#compiler/0.12", |
26 | | - "purescript-enums": "#compiler/0.12", |
27 | | - "purescript-exceptions": "#compiler/0.12", |
28 | | - "purescript-gen": "#compiler/0.12", |
29 | | - "purescript-generics-rep": "#compiler/0.12", |
30 | | - "purescript-lcg": "#compiler/0.12", |
31 | | - "purescript-lists": "#compiler/0.12", |
32 | | - "purescript-nonempty": "#compiler/0.12", |
33 | | - "purescript-partial": "#compiler/0.12", |
34 | | - "purescript-random": "#compiler/0.12", |
35 | | - "purescript-record": "#compiler/0.12", |
36 | | - "purescript-strings": "#compiler/0.12", |
37 | | - "purescript-transformers": "#compiler/0.12", |
38 | | - "purescript-typelevel-prelude": "#compiler/0.12" |
| 23 | + "purescript-arrays": "^5.0.0", |
| 24 | + "purescript-console": "^4.0.0", |
| 25 | + "purescript-control": "^4.0.0", |
| 26 | + "purescript-effect": "^2.0.0", |
| 27 | + "purescript-either": "^4.0.0", |
| 28 | + "purescript-enums": "^4.0.0", |
| 29 | + "purescript-exceptions": "^4.0.0", |
| 30 | + "purescript-foldable-traversable": "^4.0.0", |
| 31 | + "purescript-gen": "^2.0.0", |
| 32 | + "purescript-generics-rep": "^6.0.0", |
| 33 | + "purescript-identity": "^4.0.0", |
| 34 | + "purescript-integers": "^4.0.0", |
| 35 | + "purescript-lazy": "^4.0.0", |
| 36 | + "purescript-lcg": "^2.0.0", |
| 37 | + "purescript-lists": "^5.0.0", |
| 38 | + "purescript-math": "^2.1.1", |
| 39 | + "purescript-maybe": "^4.0.0", |
| 40 | + "purescript-newtype": "^3.0.0", |
| 41 | + "purescript-nonempty": "^5.0.0", |
| 42 | + "purescript-partial": "^2.0.0", |
| 43 | + "purescript-prelude": "^4.0.0", |
| 44 | + "purescript-record": "^1.0.0", |
| 45 | + "purescript-st": "^4.0.0", |
| 46 | + "purescript-strings": "^4.0.0", |
| 47 | + "purescript-tailrec": "^4.0.0", |
| 48 | + "purescript-transformers": "^4.0.0", |
| 49 | + "purescript-tuples": "^5.0.0", |
| 50 | + "purescript-unfoldable": "^4.0.0" |
39 | 51 | }, |
40 | 52 | "devDependencies": { |
41 | | - "purescript-assert": "#compiler/0.12" |
| 53 | + "purescript-assert": "^4.0.0" |
42 | 54 | } |
43 | 55 | } |
0 commit comments