We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d7f3a commit cb96e85Copy full SHA for cb96e85
packages.json
@@ -281,6 +281,25 @@
281
"repo": "https://github.com/purescript/purescript-bifunctors.git",
282
"version": "v2.0.0"
283
},
284
+ "canvas": {
285
+ "dependencies": [
286
+ "arraybuffer-types",
287
+ "bifunctors",
288
+ "control",
289
+ "eff",
290
+ "either",
291
+ "exceptions",
292
+ "foldable-traversable",
293
+ "functions",
294
+ "invariant",
295
+ "maybe",
296
+ "monoid",
297
+ "newtype",
298
+ "prelude"
299
+ ],
300
+ "repo": "https://github.com/purescript-contrib/purescript-canvas.git",
301
+ "version": "v2.0.0"
302
+ },
303
"catenable-lists": {
304
"dependencies": [
305
"arrays",
0 commit comments