|
16 | 16 | "dependencies": { |
17 | 17 | "purescript-argonaut-core": "^6.0.0", |
18 | 18 | "purescript-arrays": "^6.0.0", |
| 19 | + "purescript-bifunctors": "^5.0.0", |
19 | 20 | "purescript-effect": "^3.0.0", |
| 21 | + "purescript-either": "^5.0.0", |
| 22 | + "purescript-foldable-traversable": "^5.0.0", |
20 | 23 | "purescript-foreign-object": "^3.0.0", |
21 | 24 | "purescript-identity": "^5.0.0", |
22 | 25 | "purescript-integers": "^5.0.0", |
| 26 | + "purescript-lists": "^6.0.0", |
23 | 27 | "purescript-maybe": "^5.0.0", |
24 | 28 | "purescript-nonempty": "^6.0.0", |
25 | 29 | "purescript-ordered-collections": "^2.0.0", |
26 | 30 | "purescript-prelude": "^5.0.0", |
27 | | - "purescript-record": "^3.0.0" |
| 31 | + "purescript-record": "^3.0.0", |
| 32 | + "purescript-strings": "^5.0.0", |
| 33 | + "purescript-tuples": "^6.0.0" |
28 | 34 | }, |
29 | 35 | "devDependencies": { |
30 | 36 | "purescript-assert": "^5.0.0", |
31 | 37 | "purescript-console": "^5.0.0", |
32 | | - "purescript-quickcheck": "^7.0.0" |
| 38 | + "purescript-exceptions": "^5.0.0", |
| 39 | + "purescript-gen": "^3.0.0", |
| 40 | + "purescript-quickcheck": "^7.0.0", |
| 41 | + "purescript-transformers": "^5.0.0" |
33 | 42 | } |
34 | 43 | } |
0 commit comments