Adds purescript-int-53 and purescript-jack (#116)

* Adds purescript-jack to package set.

* Adds int-53 (jack dependency).
This commit is contained in:
Rob Howard 2017-10-31 04:31:34 +11:00 committed by Phil Freeman
parent c29ace9ae6
commit b752cb446f

View file

@ -649,6 +649,15 @@
"repo": "https://github.com/purescript/purescript-inject.git",
"version": "v4.0.0"
},
"int-53": {
"dependencies": [
"generics",
"integers",
"math"
],
"repo": "https://github.com/rgrempel/purescript-int-53.git",
"version": "v3.0.0"
},
"integers": {
"dependencies": [
"globals",
@ -666,6 +675,20 @@
"repo": "https://github.com/purescript/purescript-invariant.git",
"version": "v3.0.0"
},
"jack": {
"dependencies": [
"prelude",
"foldable-traversable",
"int-53",
"lists",
"arrays",
"maps",
"console",
"random"
],
"repo": "https://github.com/jystic/purescript-jack.git",
"version": "v2.0.0"
},
"jquery": {
"dependencies": [
"dom"