package-sets/packages.json

2136 lines
41 KiB
JSON
Raw Normal View History

2016-09-24 21:45:26 +00:00
{
2016-10-22 19:48:57 +00:00
"aff": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"exceptions",
"foldable-traversable",
"functions",
"functors",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"parallel",
"partial",
"prelude",
"refs",
"st",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-aff.git",
"version": "v2.0.0"
},
"argonaut": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"argonaut-traversals",
"arrays",
"bifunctors",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"functors",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"sets",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut.git",
"version": "v2.0.0"
},
"argonaut-codecs": {
"dependencies": [
"argonaut-core",
"arrays",
"bifunctors",
"control",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-codecs.git",
"version": "v2.0.0"
},
"argonaut-core": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-core.git",
"version": "v2.0.0"
},
"argonaut-traversals": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"arrays",
"bifunctors",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"functors",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"sets",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-traversals.git",
"version": "v2.0.0"
},
"arraybuffer-types": {
"dependencies": [],
"repo": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git",
"version": "v0.2.0"
},
2016-09-25 23:09:09 +00:00
"arrays": {
"dependencies": [
"bifunctors",
2016-10-09 01:11:19 +00:00
"console",
2016-09-25 23:09:09 +00:00
"control",
"eff",
2016-10-09 01:11:19 +00:00
"either",
2016-09-25 23:09:09 +00:00
"foldable-traversable",
2016-10-09 01:11:19 +00:00
"identity",
2016-09-25 23:09:09 +00:00
"invariant",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-10-09 23:52:52 +00:00
"nonempty",
2016-09-25 23:09:09 +00:00
"partial",
"prelude",
"st",
2016-10-09 01:11:19 +00:00
"tailrec",
2016-09-25 23:09:09 +00:00
"tuples",
"unfoldable"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-arrays.git",
2016-10-09 23:52:52 +00:00
"version": "v3.0.0"
2016-09-25 23:09:09 +00:00
},
"assert": {
"dependencies": [
"console",
"eff",
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-assert.git",
2016-09-25 23:09:09 +00:00
"version": "v1.0.0"
},
"bifunctors": {
"dependencies": [
"control",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-bifunctors.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-27 02:47:36 +00:00
},
2016-10-11 02:23:16 +00:00
"catenable-lists": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"lazy",
"monoid",
"newtype",
"nonempty",
"lists",
"maybe",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-catenable-lists.git",
2016-10-16 18:26:43 +00:00
"version": "v3.0.0"
2016-10-11 02:23:16 +00:00
},
2016-09-25 23:09:09 +00:00
"console": {
"dependencies": [
"prelude",
"eff"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-console.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
"const": {
"dependencies": [
"bifunctors",
"contravariant",
"control",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude",
"tuples"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-const.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
"contravariant": {
"dependencies": [
"bifunctors",
"control",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude",
"tuples"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-contravariant.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
"control": {
"dependencies": [
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-control.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-27 02:54:47 +00:00
},
2016-10-22 19:48:57 +00:00
"coroutines": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"exists",
"foldable-traversable",
"freet",
"functors",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"parallel",
"partial",
"prelude",
"profunctor",
"refs",
"st",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-coroutines.git",
"version": "v3.0.0"
},
2016-10-16 04:41:56 +00:00
"datetime": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"generics",
"identity",
"integers",
"invariant",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-datetime.git",
"version": "v2.0.0"
},
"day": {
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"exists",
"foldable-traversable",
"free",
"functors",
"generics",
"identity",
"inject",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"pairing",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-day.git",
"version": "v7.0.0"
},
2016-09-25 23:09:09 +00:00
"distributive": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-distributive.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-24 21:45:26 +00:00
},
2016-10-22 19:48:57 +00:00
"dom": {
2016-09-25 23:09:09 +00:00
"dependencies": [
2016-10-22 19:48:57 +00:00
"arrays",
2016-09-25 23:09:09 +00:00
"bifunctors",
"control",
2016-10-22 19:48:57 +00:00
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
2016-09-25 23:09:09 +00:00
"foldable-traversable",
2016-10-22 19:48:57 +00:00
"foreign",
"functions",
"generics",
"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/purescript-contrib/purescript-dom.git",
"version": "v3.0.0"
},
"eff": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-eff.git",
"version": "v2.0.0"
},
"either": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-either.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
2016-10-09 23:52:52 +00:00
"enums": {
"dependencies": [
"bifunctors",
"control",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"partial",
"prelude",
"strings",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-enums.git",
"version": "v2.0.0"
},
2016-09-25 23:09:09 +00:00
"exceptions": {
"dependencies": [
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-exceptions.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
"exists": {
"dependencies": [
"unsafe-coerce"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-exists.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
"foldable-traversable": {
"dependencies": [
"bifunctors",
"control",
"invariant",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-foldable-traversable.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-27 02:47:36 +00:00
},
2016-10-14 03:07:23 +00:00
"foreign": {
2016-10-16 22:35:16 +00:00
"dependencies": [
"arrays",
"console",
"bifunctors",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"functions",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"unfoldable",
"tailrec",
"transformers",
"tuples"
],
"repo": "https://github.com/purescript/purescript-foreign.git",
"version": "v3.0.0"
},
"free": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"catenable-lists",
"distributive",
"control",
"eff",
"either",
"exists",
"foldable-traversable",
"functors",
"generics",
"inject",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"transformers",
"unfoldable",
"unsafe-coerce"
2016-10-22 19:48:57 +00:00
],
"repo": "https://github.com/purescript/purescript-free.git",
"version": "v3.0.0"
},
"freet": {
"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/purescript-contrib/purescript-freet.git",
"version": "v2.0.0"
2016-10-16 22:35:16 +00:00
},
2016-09-25 23:09:09 +00:00
"functions": {
"dependencies": [
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-functions.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-27 02:54:47 +00:00
},
2016-10-12 03:36:47 +00:00
"functors": {
2016-10-09 23:52:52 +00:00
"dependencies": [
"bifunctors",
"control",
"const",
"contravariant",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples"
],
2016-10-12 03:36:47 +00:00
"repo": "https://github.com/purescript/purescript-functors.git",
"version": "v1.0.0"
2016-10-09 23:52:52 +00:00
},
2016-09-27 02:47:36 +00:00
"generics": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
2016-10-09 01:11:19 +00:00
"identity",
2016-09-27 02:47:36 +00:00
"invariant",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-10-09 23:52:52 +00:00
"nonempty",
2016-09-27 02:47:36 +00:00
"partial",
"prelude",
"proxy",
"st",
"strings",
2016-10-09 01:11:19 +00:00
"tailrec",
2016-09-27 02:47:36 +00:00
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-generics.git",
2016-10-21 23:18:57 +00:00
"version": "v3.1.0"
2016-09-27 02:47:36 +00:00
},
2016-10-11 02:34:50 +00:00
"generics-rep": {
"dependencies": [
"control",
"invariant",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-generics-rep.git",
"version": "v3.0.0"
},
2016-09-25 23:09:09 +00:00
"globals": {
"dependencies": [],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-globals.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-27 03:01:15 +00:00
},
2016-10-22 19:48:57 +00:00
"graphs": {
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"control",
"eff",
"either",
"foldable-traversable",
"functions",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"sets",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-graphs.git",
"version": "v2.0.0"
},
"http-methods": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript-contrib/purescript-http-methods.git",
"version": "v2.0.0"
},
"hoist": {
"dependencies": [
"bifunctors",
"const",
"contravariant",
"control",
"either",
"foldable-traversable",
"functors",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples"
],
"repo": "https://github.com/paf31/purescript-hoist.git",
"version": "v3.0.0"
},
2016-09-25 23:09:09 +00:00
"identity": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-identity.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-27 02:47:36 +00:00
},
2016-10-11 02:23:16 +00:00
"inject": {
"dependencies": [
"bifunctors",
"control",
"const",
"contravariant",
"either",
"foldable-traversable",
2016-10-12 03:36:47 +00:00
"functors",
2016-10-11 02:23:16 +00:00
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples"
],
"repo": "https://github.com/purescript/purescript-inject.git",
2016-10-12 03:36:47 +00:00
"version": "v3.0.0"
2016-10-11 02:23:16 +00:00
},
2016-09-25 23:09:09 +00:00
"integers": {
"dependencies": [
"control",
"invariant",
"math",
"maybe",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"partial",
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-integers.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
"invariant": {
"dependencies": [
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-invariant.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
"isomorphisms": {
"dependencies": [
"bifunctors",
"contravariant",
"control",
"distributive",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"profunctor",
"tuples"
],
"repo": "https://github.com/paf31/purescript-isomorphisms.git",
"version": "v3.0.0"
},
2016-10-22 19:48:57 +00:00
"js-date": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript-contrib/purescript-js-date.git",
"version": "v2.0.0"
},
"js-timers": {
"dependencies": [
"eff",
"prelude"
],
"repo": "https://github.com/purescript-contrib/purescript-js-timers.git",
"version": "v2.0.0"
},
2016-09-25 23:09:09 +00:00
"lazy": {
"dependencies": [
"control",
"invariant",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-lazy.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-27 02:54:47 +00:00
},
"lens-simple": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples"
],
"repo": "https://github.com/paf31/purescript-lens-simple.git",
"version": "v2.0.0"
},
2016-10-09 23:52:52 +00:00
"lists": {
"dependencies": [
"arrays",
"bifunctors",
"assert",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"lazy",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-lists.git",
2016-10-16 18:26:43 +00:00
"version": "v3.0.0"
2016-10-09 23:52:52 +00:00
},
2016-10-22 19:48:57 +00:00
"machines": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript-contrib/purescript-machines.git",
"version": "v2.0.0"
},
2016-10-16 22:35:16 +00:00
"maps": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"exceptions",
"foldable-traversable",
"functions",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"quickcheck",
"random",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-maps.git",
"version": "v2.0.0"
},
2016-09-25 23:09:09 +00:00
"math": {
"dependencies": [],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-math.git",
2016-09-25 23:09:09 +00:00
"version": "v2.0.0"
},
"maybe": {
"dependencies": [
"control",
"invariant",
"monoid",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-maybe.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
2016-10-22 19:48:57 +00:00
"media-types": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript-contrib/purescript-media-types.git",
"version": "v2.0.0"
},
2016-09-25 23:09:09 +00:00
"monoid": {
"dependencies": [
"control",
"invariant",
2016-10-09 01:11:19 +00:00
"newtype",
2016-09-25 23:09:09 +00:00
"prelude"
],
2016-09-25 23:15:20 +00:00
"repo": "https://github.com/purescript/purescript-monoid.git",
2016-10-09 01:11:19 +00:00
"version": "v2.0.0"
2016-09-25 23:09:09 +00:00
},
2016-10-09 01:11:19 +00:00
"newtype": {
2016-09-25 23:09:09 +00:00
"dependencies": [
"prelude"
],
2016-10-09 01:11:19 +00:00
"repo": "https://github.com/purescript/purescript-newtype.git",
2016-09-25 23:09:09 +00:00
"version": "v1.0.0"
},
2016-10-22 19:48:57 +00:00
"node-buffer": {
2016-10-09 23:52:52 +00:00
"dependencies": [
"control",
2016-10-22 19:48:57 +00:00
"eff",
2016-10-09 23:52:52 +00:00
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-node/purescript-node-buffer.git",
"version": "v2.0.0"
2016-10-09 23:52:52 +00:00
},
2016-10-22 19:48:57 +00:00
"node-child-process": {
2016-09-27 03:01:15 +00:00
"dependencies": [
2016-10-22 19:48:57 +00:00
"arrays",
"bifunctors",
2016-09-27 03:01:15 +00:00
"control",
2016-10-22 19:48:57 +00:00
"datetime",
"distributive",
2016-10-17 17:36:01 +00:00
"eff",
"either",
2016-10-22 19:48:57 +00:00
"enums",
"exceptions",
2016-10-17 17:36:01 +00:00
"foldable-traversable",
2016-10-22 19:48:57 +00:00
"foreign",
"functions",
2016-10-17 17:36:01 +00:00
"generics",
2016-10-22 19:48:57 +00:00
"globals",
2016-10-17 17:36:01 +00:00
"identity",
2016-10-22 19:48:57 +00:00
"integers",
2016-10-17 17:36:01 +00:00
"invariant",
2016-10-22 19:48:57 +00:00
"js-date",
"lazy",
"lists",
"maps",
"math",
2016-10-17 17:36:01 +00:00
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"node-buffer",
"node-fs",
"node-path",
"node-streams",
2016-10-17 17:36:01 +00:00
"nonempty",
2016-10-22 19:48:57 +00:00
"nullable",
2016-10-17 17:36:01 +00:00
"partial",
2016-10-22 19:48:57 +00:00
"posix-types",
2016-10-17 17:36:01 +00:00
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-node/purescript-node-child-process.git",
"version": "v3.0.0"
2016-10-17 17:36:01 +00:00
},
2016-10-22 19:48:57 +00:00
"node-fs": {
2016-10-17 17:36:01 +00:00
"dependencies": [
"arrays",
"bifunctors",
"control",
2016-10-22 19:48:57 +00:00
"datetime",
"distributive",
2016-10-17 17:36:01 +00:00
"eff",
"either",
2016-10-22 19:48:57 +00:00
"enums",
"exceptions",
2016-10-17 17:36:01 +00:00
"foldable-traversable",
2016-10-22 19:48:57 +00:00
"foreign",
"functions",
2016-10-17 17:36:01 +00:00
"generics",
2016-10-22 19:48:57 +00:00
"globals",
2016-10-17 17:36:01 +00:00
"identity",
2016-10-22 19:48:57 +00:00
"integers",
2016-10-17 17:36:01 +00:00
"invariant",
2016-10-22 19:48:57 +00:00
"js-date",
"lazy",
"lists",
"math",
2016-10-17 17:36:01 +00:00
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"node-buffer",
"node-path",
"node-streams",
2016-10-17 17:36:01 +00:00
"nonempty",
2016-10-22 19:48:57 +00:00
"nullable",
2016-10-17 17:36:01 +00:00
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
2016-10-22 19:48:57 +00:00
"transformers",
2016-10-17 17:36:01 +00:00
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable",
"unsafe-coerce"
2016-10-17 17:36:01 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-node/purescript-node-fs.git",
"version": "v3.0.0"
2016-10-17 17:36:01 +00:00
},
2016-10-22 19:48:57 +00:00
"node-fs-aff": {
2016-10-17 17:36:01 +00:00
"dependencies": [
2016-10-22 19:48:57 +00:00
"aff",
2016-10-17 17:36:01 +00:00
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
2016-10-22 19:48:57 +00:00
"datetime",
2016-10-17 17:36:01 +00:00
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
2016-10-22 19:48:57 +00:00
"foreign",
"functions",
2016-10-17 17:36:01 +00:00
"functors",
"generics",
2016-10-22 19:48:57 +00:00
"globals",
2016-10-17 17:36:01 +00:00
"identity",
"integers",
"invariant",
2016-10-22 19:48:57 +00:00
"js-date",
2016-10-17 17:36:01 +00:00
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"node-buffer",
"node-fs",
"node-path",
"node-streams",
2016-10-17 17:36:01 +00:00
"nonempty",
2016-10-22 19:48:57 +00:00
"nullable",
"parallel",
2016-10-17 17:36:01 +00:00
"partial",
"prelude",
"proxy",
2016-10-22 19:48:57 +00:00
"refs",
2016-10-17 17:36:01 +00:00
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-node/purescript-node-fs-aff.git",
"version": "v3.0.0"
2016-10-17 17:36:01 +00:00
},
2016-10-22 19:48:57 +00:00
"node-http": {
2016-10-17 17:36:01 +00:00
"dependencies": [
"arrays",
"bifunctors",
2016-10-22 19:48:57 +00:00
"contravariant",
2016-10-17 17:36:01 +00:00
"control",
"distributive",
"eff",
"either",
2016-10-22 19:48:57 +00:00
"exceptions",
2016-10-17 17:36:01 +00:00
"foldable-traversable",
2016-10-22 19:48:57 +00:00
"foreign",
"functions",
2016-10-17 17:36:01 +00:00
"generics",
"identity",
2016-10-22 19:48:57 +00:00
"integers",
2016-10-17 17:36:01 +00:00
"invariant",
"lazy",
"lists",
2016-10-22 19:48:57 +00:00
"maps",
"math",
2016-10-17 17:36:01 +00:00
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"node-buffer",
"node-streams",
"node-url",
2016-10-17 17:36:01 +00:00
"nonempty",
2016-10-22 19:48:57 +00:00
"nullable",
"options",
2016-10-17 17:36:01 +00:00
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
2016-10-22 19:48:57 +00:00
"transformers",
2016-10-17 17:36:01 +00:00
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable",
"unsafe-coerce"
2016-10-17 17:36:01 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-node/purescript-node-http.git",
2016-10-17 17:36:01 +00:00
"version": "v2.0.0"
},
2016-10-22 19:48:57 +00:00
"node-path": {
2016-10-17 17:36:01 +00:00
"dependencies": [],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-node/purescript-node-path.git",
"version": "v1.0.0"
2016-10-17 17:36:01 +00:00
},
2016-10-22 19:48:57 +00:00
"node-process": {
2016-10-17 17:36:01 +00:00
"dependencies": [
"arrays",
"bifunctors",
2016-10-22 19:48:57 +00:00
"console",
2016-10-17 17:36:01 +00:00
"control",
2016-10-22 19:48:57 +00:00
"datetime",
"distributive",
2016-10-17 17:36:01 +00:00
"eff",
"either",
"enums",
2016-10-17 21:57:11 +00:00
"exceptions",
"foldable-traversable",
2016-10-22 19:48:57 +00:00
"foreign",
2016-10-18 19:33:11 +00:00
"functions",
"generics",
2016-10-22 19:48:57 +00:00
"globals",
2016-10-18 19:33:11 +00:00
"identity",
2016-10-22 19:48:57 +00:00
"integers",
2016-10-18 19:33:11 +00:00
"invariant",
2016-10-22 19:48:57 +00:00
"js-date",
2016-10-18 19:33:11 +00:00
"lazy",
"lists",
"maps",
2016-10-22 19:48:57 +00:00
"math",
2016-10-18 19:33:11 +00:00
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"node-buffer",
"node-fs",
"node-path",
"node-streams",
2016-10-18 19:33:11 +00:00
"nonempty",
2016-10-22 19:48:57 +00:00
"nullable",
2016-10-18 19:33:11 +00:00
"partial",
2016-10-22 19:48:57 +00:00
"posix-types",
2016-10-18 19:33:11 +00:00
"prelude",
"proxy",
"st",
"strings",
"tailrec",
2016-10-21 23:20:18 +00:00
"transformers",
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-node/purescript-node-process.git",
"version": "v3.0.0"
2016-10-21 23:23:41 +00:00
},
2016-10-22 19:48:57 +00:00
"node-readline": {
2016-10-21 23:23:41 +00:00
"dependencies": [
"arrays",
"bifunctors",
2016-10-22 19:48:57 +00:00
"console",
"contravariant",
2016-10-21 23:23:41 +00:00
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
2016-10-22 19:48:57 +00:00
"globals",
2016-10-21 23:23:41 +00:00
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
2016-10-22 19:48:57 +00:00
"maps",
2016-10-21 23:23:41 +00:00
"math",
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"node-buffer",
"node-fs",
"node-path",
"node-process",
"node-streams",
2016-10-21 23:23:41 +00:00
"nonempty",
"nullable",
2016-10-22 19:48:57 +00:00
"options",
2016-10-21 23:23:41 +00:00
"partial",
2016-10-22 19:48:57 +00:00
"posix-types",
2016-10-21 23:23:41 +00:00
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-node/purescript-node-readline.git",
"version": "v2.0.0"
2016-10-21 23:25:47 +00:00
},
2016-10-22 19:48:57 +00:00
"node-streams": {
2016-10-21 23:25:47 +00:00
"dependencies": [
"bifunctors",
"control",
"eff",
"either",
"exceptions",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"node-buffer",
"prelude"
2016-10-21 23:25:47 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-node/purescript-node-streams.git",
2016-10-21 23:25:47 +00:00
"version": "v2.0.0"
2016-10-21 23:28:01 +00:00
},
2016-10-22 19:48:57 +00:00
"node-url": {
2016-10-21 23:28:01 +00:00
"dependencies": [
"control",
2016-10-22 19:48:57 +00:00
"functions",
2016-10-21 23:28:01 +00:00
"invariant",
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"nullable",
2016-10-21 23:28:01 +00:00
"prelude"
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-node/purescript-node-url.git",
2016-10-21 23:28:01 +00:00
"version": "v2.0.0"
2016-10-21 23:29:09 +00:00
},
2016-10-22 19:48:57 +00:00
"nonempty": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-nonempty.git",
"version": "v3.0.0"
},
"now": {
2016-10-21 23:29:09 +00:00
"dependencies": [
"arrays",
"bifunctors",
"control",
"datetime",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"generics",
"identity",
"integers",
"invariant",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable"
2016-10-21 23:29:09 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-contrib/purescript-now.git",
"version": "v2.0.0"
2016-10-21 23:29:09 +00:00
},
2016-10-22 19:48:57 +00:00
"nullable": {
"dependencies": [
"control",
"functions",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript-contrib/purescript-nullable.git",
"version": "v2.0.0"
2016-10-21 23:37:15 +00:00
},
2016-10-22 19:48:57 +00:00
"options": {
2016-10-21 23:37:15 +00:00
"dependencies": [
"arrays",
"bifunctors",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"foreign",
"functions",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
2016-10-22 19:48:57 +00:00
"maps",
2016-10-21 23:37:15 +00:00
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable"
2016-10-21 23:37:15 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-contrib/purescript-options.git",
"version": "v2.0.0"
2016-10-22 00:49:36 +00:00
},
2016-10-22 19:48:57 +00:00
"orders": {
"dependencies": [
"control",
"invariant",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-orders.git",
"version": "v2.0.0"
},
"pairing": {
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"exists",
"foldable-traversable",
"free",
"functors",
"generics",
"identity",
"inject",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-pairing.git",
"version": "v2.0.0"
},
2016-10-22 19:48:57 +00:00
"parallel": {
2016-10-22 00:49:36 +00:00
"dependencies": [
"arrays",
"bifunctors",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"functors",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"refs",
"st",
"tailrec",
"transformers",
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable"
2016-10-22 00:49:36 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript/purescript-parallel.git",
"version": "v2.0.0"
2016-10-22 01:01:05 +00:00
},
2016-10-22 19:48:57 +00:00
"partial": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-partial.git",
"version": "v1.1.2"
},
"posix-types": {
"dependencies": [
"control",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript-node/purescript-posix-types.git",
"version": "v2.0.0"
},
"pprint": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/paf31/purescript-pprint.git",
"version": "v2.0.0"
},
"preface": {
"dependencies": [],
"repo": "https://github.com/paf31/purescript-preface.git",
"version": "v1.1.0"
},
2016-10-22 19:48:57 +00:00
"prelude": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-prelude.git",
"version": "v2.1.0"
},
"profunctor": {
2016-10-22 01:01:05 +00:00
"dependencies": [
"bifunctors",
"control",
2016-10-22 19:48:57 +00:00
"distributive",
2016-10-22 01:01:05 +00:00
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
2016-10-22 19:48:57 +00:00
"prelude",
2016-10-22 01:01:05 +00:00
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"tuples"
2016-10-22 01:01:05 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript/purescript-profunctor.git",
2016-10-22 01:01:05 +00:00
"version": "v2.0.0"
2016-10-22 12:01:58 +00:00
},
"profunctor-lenses": {
"dependencies": [
"arrays",
"bifunctors",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"functions",
"functors",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"proxy",
"sets",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-profunctor-lenses.git",
"version": "v2.0.0"
2016-10-22 13:56:56 +00:00
},
2016-10-22 19:48:57 +00:00
"proxy": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-proxy.git",
"version": "v1.0.0"
},
"psci-support": {
"dependencies": [
"console",
"eff",
"prelude"
],
"repo": "https://github.com/purescript/purescript-psci-support.git",
"version": "v2.0.0"
},
"quickcheck": {
2016-10-22 13:56:56 +00:00
"dependencies": [
"arrays",
"bifunctors",
2016-10-22 19:48:57 +00:00
"console",
2016-10-22 13:56:56 +00:00
"control",
"distributive",
"eff",
"either",
2016-10-22 19:48:57 +00:00
"exceptions",
"exists",
2016-10-22 13:56:56 +00:00
"foldable-traversable",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
2016-10-22 19:48:57 +00:00
"profunctor",
2016-10-22 13:56:56 +00:00
"proxy",
2016-10-22 19:48:57 +00:00
"psci-support",
"random",
2016-10-22 13:56:56 +00:00
"st",
"strings",
"tailrec",
"transformers",
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-quickcheck.git",
"version": "v3.0.0"
},
"random": {
"dependencies": [
"control",
"eff",
"integers",
"invariant",
"math",
"maybe",
"monoid",
"newtype",
"partial",
"prelude"
],
"repo": "https://github.com/purescript/purescript-random.git",
"version": "v2.0.0"
},
"reflection": {
"dependencies": [
"control",
"invariant",
"monoid",
"newtype",
"prelude",
"proxy",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-reflection.git",
"version": "v2.0.0"
},
2016-10-22 19:48:57 +00:00
"refs": {
"dependencies": [
"eff",
"prelude"
2016-10-22 13:56:56 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript/purescript-refs.git",
2016-10-22 13:56:56 +00:00
"version": "v2.0.0"
2016-10-22 14:00:03 +00:00
},
2016-10-22 19:48:57 +00:00
"semirings": {
2016-10-22 14:00:03 +00:00
"dependencies": [
"arrays",
"bifunctors",
"control",
"either",
2016-10-22 19:48:57 +00:00
"eff",
2016-10-22 14:00:03 +00:00
"foldable-traversable",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"proxy",
"strings",
2016-10-22 19:48:57 +00:00
"prelude",
"st",
2016-10-22 14:00:03 +00:00
"tailrec",
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable"
2016-10-22 14:00:03 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript/purescript-semirings.git",
2016-10-22 14:00:03 +00:00
"version": "v3.0.0"
},
2016-10-22 19:48:57 +00:00
"sets": {
2016-10-22 14:00:03 +00:00
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"functions",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable"
2016-10-22 14:00:03 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript/purescript-sets.git",
2016-10-22 14:00:03 +00:00
"version": "v2.0.0"
},
2016-10-22 19:48:57 +00:00
"st": {
"dependencies": [
"eff",
"prelude"
],
"repo": "https://github.com/purescript/purescript-st.git",
"version": "v2.0.0"
},
"strings": {
2016-10-22 14:00:03 +00:00
"dependencies": [
"bifunctors",
"control",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"prelude"
2016-10-22 14:00:03 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript/purescript-strings.git",
"version": "v2.0.0"
2016-10-22 14:00:03 +00:00
},
2016-10-22 19:48:57 +00:00
"strongcheck": {
2016-10-22 14:00:03 +00:00
"dependencies": [
"arrays",
"bifunctors",
2016-10-22 19:48:57 +00:00
"catenable-lists",
2016-10-22 14:00:03 +00:00
"console",
2016-10-22 19:48:57 +00:00
"const",
2016-10-22 14:00:03 +00:00
"contravariant",
"control",
"distributive",
"eff",
"either",
"enums",
"exceptions",
2016-10-22 19:48:57 +00:00
"exists",
2016-10-22 14:00:03 +00:00
"foldable-traversable",
2016-10-22 19:48:57 +00:00
"free",
"functors",
2016-10-22 14:00:03 +00:00
"generics",
"identity",
2016-10-22 19:48:57 +00:00
"inject",
2016-10-22 14:00:03 +00:00
"integers",
"invariant",
"lazy",
"lists",
2016-10-22 19:48:57 +00:00
"machines",
2016-10-22 14:00:03 +00:00
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
2016-10-22 19:48:57 +00:00
"profunctor",
2016-10-22 14:00:03 +00:00
"proxy",
2016-10-22 19:48:57 +00:00
"random",
2016-10-22 14:00:03 +00:00
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-contrib/purescript-strongcheck.git",
2016-10-22 14:00:03 +00:00
"version": "v2.0.0"
},
2016-10-22 19:48:57 +00:00
"symbols": {
"dependencies": [
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-symbols.git",
"version": "v1.0.1"
},
"tailrec": {
2016-10-22 14:00:03 +00:00
"dependencies": [
2016-10-22 19:48:57 +00:00
"bifunctors",
"console",
2016-10-22 14:00:03 +00:00
"control",
2016-10-22 19:48:57 +00:00
"eff",
"either",
"foldable-traversable",
"identity",
2016-10-22 14:00:03 +00:00
"invariant",
"maybe",
"monoid",
"newtype",
2016-10-22 19:48:57 +00:00
"partial",
"prelude",
"st"
2016-10-22 14:00:03 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript/purescript-tailrec.git",
2016-10-22 14:00:03 +00:00
"version": "v2.0.0"
2016-10-22 14:29:41 +00:00
},
"taylor": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/paf31/purescript-taylor.git",
"version": "v2.0.0"
},
2016-10-22 19:48:57 +00:00
"these": {
2016-10-22 14:29:41 +00:00
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable"
2016-10-22 14:29:41 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript-contrib/purescript-these.git",
2016-10-22 14:29:41 +00:00
"version": "v2.0.0"
},
2016-10-22 19:48:57 +00:00
"transformers": {
2016-10-22 14:29:41 +00:00
"dependencies": [
"arrays",
"bifunctors",
2016-10-22 19:48:57 +00:00
"console",
2016-10-22 14:29:41 +00:00
"control",
"eff",
2016-10-22 19:48:57 +00:00
"distributive",
2016-10-22 14:29:41 +00:00
"either",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"tailrec",
"tuples",
2016-10-22 19:48:57 +00:00
"unfoldable"
2016-10-22 14:29:41 +00:00
],
2016-10-22 19:48:57 +00:00
"repo": "https://github.com/purescript/purescript-transformers.git",
"version": "v2.0.1"
},
"tuples": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-tuples.git",
"version": "v2.0.0"
},
"type-equality": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-type-equality.git",
"version": "v1.0.0"
},
"unfoldable": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"partial",
"prelude",
"tuples"
],
"repo": "https://github.com/purescript/purescript-unfoldable.git",
"version": "v2.0.0"
},
"unsafe-coerce": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-unsafe-coerce.git",
"version": "v1.0.0"
},
"validation": {
"dependencies": [
"bifunctors",
"control",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-validation.git",
2016-10-22 14:29:41 +00:00
"version": "v2.0.0"
2016-09-24 21:45:26 +00:00
}
}