Formatters (#86)

* Remove duplicate packages foor now and dom-classy

* Add formatters and its depndency fixed-points
This commit is contained in:
Michael Xavier 2017-06-14 09:38:38 -07:00 committed by Phil Freeman
parent 710009c88e
commit 15bffd9aab

View file

@ -978,6 +978,36 @@
"repo": "https://github.com/purescript/purescript-exists.git",
"version": "v3.0.0"
},
"fixed-points": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"exists",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-fixed-points.git",
"version": "v4.0.0"
},
"foldable-traversable": {
"dependencies": [
"bifunctors",
@ -1211,6 +1241,50 @@
"repo": "https://github.com/purescript-contrib/purescript-form-urlencoded.git",
"version": "v3.0.0"
},
"formatters": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exists",
"fixed-points",
"foldable-traversable",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"parsing",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unicode",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-formatters.git",
"version": "v1.0.0"
},
"free": {
"dependencies": [
"arrays",
@ -3831,44 +3905,6 @@
"repo": "https://github.com/purescript/purescript-validation.git",
"version": "v3.0.0"
},
"now": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"datetime",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-now.git",
"version": "v3.0.0"
},
"yargs": {
"dependencies": [
"arrays",
@ -3906,50 +3942,5 @@
],
"repo": "https://github.com/paf31/purescript-yargs.git",
"version": "v3.0.0"
},
"dom-classy": {
"dependencies": [
"arraybuffer-types",
"arrays",
"bifunctors",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/garyb/purescript-dom-classy.git",
"version": "v2.1.0"
}
}