Merge pull request #186 from justinwoo/test-unit-12

add test-unit
This commit is contained in:
Justin Woo 2018-06-03 10:38:22 +03:00 committed by GitHub
commit 4fee3efc46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",