add test-unit and debug

This commit is contained in:
justinwoo 2018-06-02 01:23:33 +03:00
parent 7b18c6b0a7
commit aeaf99b2ab

View file

@ -207,6 +207,13 @@
"repo": "https://github.com/purescript/purescript-datetime.git",
"version": "v4.0.0"
},
"debug": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/garyb/purescript-debug.git",
"version": "v4.0.0"
},
"distributive": {
"dependencies": [
"identity",
@ -921,6 +928,40 @@
"repo": "https://github.com/purescript/purescript-psci-support.git",
"version": "v4.0.0"
},
"quickcheck": {
"dependencies": [
"arrays",
"console",
"control",
"effect",
"either",
"enums",
"exceptions",
"foldable-traversable",
"gen",
"generics-rep",
"identity",
"integers",
"lazy",
"lcg",
"lists",
"math",
"maybe",
"newtype",
"nonempty",
"partial",
"prelude",
"record",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-quickcheck.git",
"version": "v5.0.0"
},
"random": {
"dependencies": [
"effect",
@ -1051,6 +1092,22 @@
"repo": "https://github.com/purescript/purescript-tailrec.git",
"version": "v4.0.0"
},
"test-unit": {
"dependencies": [
"aff",
"avar",
"effect",
"either",
"free",
"js-timers",
"lists",
"prelude",
"quickcheck",
"strings"
],
"repo": "https://github.com/bodil/purescript-test-unit.git",
"version": "v14.0.0"
},
"these": {
"dependencies": [
"gen",