package-sets/packages.json

4117 lines
77 KiB
JSON
Raw Normal View History

2016-09-24 21:45:26 +00:00
{
"aff": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"parallel",
"partial",
"prelude",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-aff.git",
"version": "v3.0.0"
},
"aff-coroutines": {
"dependencies": [
"aff",
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"coroutines",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"exists",
"foldable-traversable",
"freet",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"parallel",
"partial",
"prelude",
"profunctor",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-aff-coroutines.git",
"version": "v5.0.0"
},
"affjax": {
"dependencies": [
"aff",
"argonaut-core",
"arraybuffer-types",
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"form-urlencoded",
"functions",
"functors",
"gen",
"generics",
"globals",
"http-methods",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"parallel",
"partial",
"prelude",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-affjax.git",
"version": "v4.0.0"
},
"argonaut": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"argonaut-traversals",
"arrays",
"bifunctors",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"functors",
"gen",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"sets",
"st",
"strings",
2017-06-02 15:57:53 +00:00
"symbols",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut.git",
"version": "v3.0.0"
},
"argonaut-codecs": {
"dependencies": [
"argonaut-core",
"arrays",
"bifunctors",
"control",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"gen",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-codecs.git",
"version": "v3.0.0"
},
"argonaut-core": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"gen",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-core.git",
"version": "v3.1.0"
},
"argonaut-generic-codecs" : {
"dependencies" : [
"arrays",
"argonaut-core",
"bifunctors",
"control",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"gen",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/eskimor/purescript-argonaut-generic-codecs.git",
"version":"v6.0.3"
},
"argonaut-traversals": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"arrays",
"bifunctors",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"functors",
"gen",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"sets",
"st",
"strings",
2017-06-02 15:57:53 +00:00
"symbols",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-traversals.git",
"version": "v3.1.0"
},
"arraybuffer-types": {
"dependencies": [],
"repo": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git",
"version": "v2.0.0"
},
"arrays": {
"dependencies": [
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-arrays.git",
"version": "v4.0.1"
},
"assert": {
"dependencies": [
"console",
"eff",
"prelude"
],
"repo": "https://github.com/purescript/purescript-assert.git",
"version": "v3.0.0"
},
"bifunctors": {
"dependencies": [
"control",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-bifunctors.git",
"version": "v3.0.0"
},
"canvas": {
"dependencies": [
"arraybuffer-types",
"bifunctors",
"control",
"eff",
"either",
"exceptions",
"foldable-traversable",
"functions",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript-contrib/purescript-canvas.git",
"version": "v3.0.0"
},
"catenable-lists": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"monoid",
"newtype",
"nonempty",
"lists",
"maybe",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-catenable-lists.git",
"version": "v4.0.0"
},
"colors": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"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/sharkdp/purescript-colors.git",
"version": "v3.0.0"
},
"console": {
"dependencies": [
"prelude",
"eff"
],
"repo": "https://github.com/purescript/purescript-console.git",
"version": "v3.0.0"
},
"const": {
2017-03-29 15:45:09 +00:00
"dependencies": [
"bifunctors",
"contravariant",
2017-03-29 15:45:09 +00:00
"control",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples"
],
"repo": "https://github.com/purescript/purescript-const.git",
"version": "v3.0.0"
},
"contravariant": {
"dependencies": [
"bifunctors",
"control",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples"
],
"repo": "https://github.com/purescript/purescript-contravariant.git",
"version": "v3.0.0"
},
"control": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-control.git",
"version": "v3.0.0"
},
"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": "v4.0.0"
},
2017-05-14 20:06:48 +00:00
"css": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"colors",
"console",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"proxy",
"st",
"strings",
"tailrec",
"these",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-css.git",
"version": "v3.0.0"
},
"datetime": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"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/purescript-datetime.git",
"version": "v3.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": "v9.0.0"
},
2017-05-15 15:57:30 +00:00
"debug": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/garyb/purescript-debug.git",
"version": "v3.0.0"
},
"distributions": {
"dependencies": [
"arrays",
"bifunctors",
"assert",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-distributions.git",
"version": "v3.0.0"
},
"distributive": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-distributive.git",
"version": "v3.0.0"
},
"dom": {
"dependencies": [
"arraybuffer-types",
"arrays",
"bifunctors",
"control",
"datetime",
"distributive",
"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/purescript-contrib/purescript-dom.git",
"version": "v4.3.1"
},
"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"
},
"dom-indexed": {
"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/slamdata/purescript-dom-indexed.git",
"version": "v3.0.0"
},
"drawing": {
"dependencies": [
"arraybuffer-types",
"arrays",
"assert",
"bifunctors",
"canvas",
"colors",
"console",
"control",
"eff",
"either",
"exceptions",
"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-drawing.git",
"version": "v3.0.0"
},
"eff": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-eff.git",
"version": "v3.1.0"
},
"either": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-either.git",
"version": "v3.0.0"
},
"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": "v3.0.0"
},
"errors": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/passy/purescript-errors.git",
"version": "v3.0.0"
},
"exceptions": {
"dependencies": [
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-exceptions.git",
"version": "v3.0.0"
},
"exists": {
"dependencies": [
"unsafe-coerce"
],
"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",
"control",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-foldable-traversable.git",
"version": "v3.0.0"
},
"folds": {
"dependencies": [
"bifunctors",
"control",
"distributive",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"profunctor",
"tuples"
],
"repo": "https://github.com/paf31/purescript-folds.git",
"version": "v3.0.0"
},
"foreign": {
"dependencies": [
"arrays",
"console",
"bifunctors",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"functions",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"unfoldable",
"tailrec",
"transformers",
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-foreign.git",
"version": "v4.0.0"
},
"foreign-generic": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics-rep",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"proxy",
"st",
"strings",
"symbols",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-foreign-generic.git",
"version": "v4.0.0"
},
"foreign-lens": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"foreign",
"functions",
"functors",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"sets",
"st",
"strings",
2017-06-02 15:57:53 +00:00
"symbols",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-foreign-lens.git",
"version": "v3.0.0"
},
"fork": {
"dependencies": [
"aff",
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"parallel",
"partial",
"prelude",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-fork.git",
"version": "v2.0.0"
},
"form-urlencoded": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"globals",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"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",
"bifunctors",
"console",
"const",
"contravariant",
"catenable-lists",
"distributive",
"control",
"eff",
"either",
"exists",
"foldable-traversable",
"functors",
"inject",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"transformers",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-free.git",
"version": "v4.0.0"
},
"freeap": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"eff",
"either",
"exceptions",
"exists",
"foldable-traversable",
"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/ethul/purescript-freeap.git",
"version": "v3.0.1"
},
"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": "v3.0.0"
},
"functions": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-functions.git",
"version": "v3.0.0"
},
"functors": {
"dependencies": [
"bifunctors",
"control",
"const",
"contravariant",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-functors.git",
"version": "v2.0.0"
},
"gen": {
"dependencies": [
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"globals",
"identity",
"integers",
"invariant",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-gen.git",
"version": "v1.0.0"
},
"generics": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-generics.git",
"version": "v4.0.0"
},
"generics-rep": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"symbols",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-generics-rep.git",
"version": "v5.0.0"
},
"globals": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-globals.git",
"version": "v3.0.0"
},
"graphs": {
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"control",
"eff",
"either",
"foldable-traversable",
"functions",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"sets",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-graphs.git",
"version": "v3.0.0"
},
"halogen": {
"dependencies": [
"aff",
"arraybuffer-types",
"arrays",
"bifunctors",
"catenable-lists",
"console",
"const",
"contravariant",
"control",
"coroutines",
"datetime",
"distributive",
"dom",
"dom-indexed",
"eff",
"either",
"enums",
"exceptions",
"exists",
"foldable-traversable",
"foreign",
"fork",
"free",
"freeap",
"freet",
"functions",
"functors",
"generics",
"globals",
"halogen-vdom",
"identity",
"inject",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"parallel",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"refs",
"sets",
"st",
"strings",
2017-06-02 15:57:53 +00:00
"symbols",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce",
"unsafe-reference"
],
"repo": "https://github.com/slamdata/purescript-halogen.git",
"version": "v2.0.1"
},
"halogen-vdom": {
"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",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-halogen-vdom.git",
"version": "v2.0.0"
},
"handlebars": {
"dependencies": [],
"repo": "https://github.com/purescript-contrib/purescript-handlebars.git",
"version": "v2.0.0"
},
"hoist": {
"dependencies": [
"bifunctors",
"const",
"contravariant",
"control",
"either",
"foldable-traversable",
"functors",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-hoist.git",
"version": "v4.0.0"
},
"http-methods": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-http-methods.git",
"version": "v3.0.0"
},
"identity": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-identity.git",
"version": "v3.0.0"
},
"inject": {
"dependencies": [
"bifunctors",
"control",
"const",
"contravariant",
"either",
"foldable-traversable",
"functors",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-inject.git",
"version": "v4.0.0"
},
"integers": {
"dependencies": [
"control",
"globals",
"invariant",
"math",
"maybe",
"monoid",
"newtype",
"partial",
"prelude"
],
"repo": "https://github.com/purescript/purescript-integers.git",
"version": "v3.0.0"
},
"invariant": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-invariant.git",
"version": "v3.0.0"
},
"jquery": {
"dependencies": [
"arraybuffer-types",
"arrays",
"bifunctors",
"console",
"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/purescript-contrib/purescript-jquery.git",
"version": "v4.0.0"
},
"js-date": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-js-date.git",
"version": "v5.0.0"
},
"js-timers": {
"dependencies": [
"eff",
"prelude"
],
"repo": "https://github.com/purescript-contrib/purescript-js-timers.git",
"version": "v3.0.0"
},
"lazy": {
"dependencies": [
"control",
"invariant",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-lazy.git",
"version": "v3.0.0"
},
"leibniz": {
"dependencies": [
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-leibniz.git",
"version": "v4.0.0"
},
"lens": {
"dependencies": [
"bifunctors",
"const",
"contravariant",
"control",
"distributive",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"profunctor",
"tuples"
],
"repo": "https://github.com/purescript-contrib/purescript-lens.git",
"version": "v3.0.0"
},
"list-zipper": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"gen",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"quickcheck",
"quickcheck-laws",
"random",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/soupi/purescript-list-zipper.git",
"version": "v1.0.0"
},
"lists": {
"dependencies": [
"arrays",
"bifunctors",
"assert",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-lists.git",
"version": "v4.0.1"
},
"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",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-machines.git",
"version": "v4.0.0"
},
"maps": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"functions",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-maps.git",
"version": "v3.0.0"
},
"math": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-math.git",
"version": "v2.0.0"
},
"mathbox": {
"dependencies": [
"arraybuffer-types",
"arrays",
"bifunctors",
"catenable-lists",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"exists",
"foldable-traversable",
"foreign",
"free",
"functions",
"functors",
"generics",
"globals",
"identity",
"inject",
"integers",
"invariant",
"js-date",
"js-timers",
"lazy",
"lens",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"profunctor",
"proxy",
"signal",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/rintcius/purescript-mathbox.git",
"version": "v0.4.0"
},
"maybe": {
"dependencies": [
"control",
"invariant",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-maybe.git",
"version": "v3.0.0"
},
"media-types": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-media-types.git",
"version": "v3.0.0"
},
"memoize": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"generics-rep",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"symbols",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-memoize.git",
"version": "v4.0.0"
},
"mmorph": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"functors",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/Thimoteus/purescript-mmorph.git",
"version": "v3.0.0"
},
"monoid": {
"dependencies": [
"control",
"invariant",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-monoid.git",
"version": "v3.0.0"
},
"newtype": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-newtype.git",
"version": "v2.0.0"
},
"node-buffer": {
"dependencies": [
"control",
"eff",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript-node/purescript-node-buffer.git",
"version": "v3.0.0"
},
"node-child-process": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"node-buffer",
"node-fs",
"node-path",
"node-streams",
"nonempty",
"nullable",
"partial",
"posix-types",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-node/purescript-node-child-process.git",
"version": "v4.0.0"
},
"node-fs": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"node-buffer",
"node-path",
"node-streams",
"nonempty",
"nullable",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-node/purescript-node-fs.git",
"version": "v4.0.0"
},
"node-fs-aff": {
"dependencies": [
"aff",
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"node-buffer",
"node-fs",
"node-path",
"node-streams",
"nonempty",
"nullable",
"parallel",
"partial",
"prelude",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-node/purescript-node-fs-aff.git",
"version": "v4.0.0"
},
"node-http": {
"dependencies": [
"arrays",
"bifunctors",
"contravariant",
"control",
"distributive",
"eff",
"either",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"node-buffer",
"node-streams",
"node-url",
"nonempty",
"nullable",
"options",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-node/purescript-node-http.git",
"version": "v4.0.0"
},
"node-path": {
"dependencies": [],
"repo": "https://github.com/purescript-node/purescript-node-path.git",
"version": "v2.0.0"
},
"node-process": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"node-buffer",
"node-fs",
"node-path",
"node-streams",
"nonempty",
"nullable",
"partial",
"posix-types",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-node/purescript-node-process.git",
"version": "v4.0.0"
},
"node-readline": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"contravariant",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"node-buffer",
"node-fs",
"node-path",
"node-process",
"node-streams",
"nonempty",
"nullable",
"options",
"partial",
"posix-types",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-node/purescript-node-readline.git",
"version": "v3.0.0"
},
"node-streams": {
"dependencies": [
"bifunctors",
"control",
"eff",
"either",
"exceptions",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"node-buffer",
"prelude"
],
"repo": "https://github.com/purescript-node/purescript-node-streams.git",
"version": "v3.0.0"
},
"node-url": {
"dependencies": [
"control",
"functions",
"invariant",
"maybe",
"monoid",
"newtype",
"nullable",
"prelude"
],
"repo": "https://github.com/purescript-node/purescript-node-url.git",
"version": "v3.0.0"
},
"nonempty": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-nonempty.git",
"version": "v4.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"
},
2017-03-29 15:45:09 +00:00
"nullable": {
"dependencies": [
"control",
"functions",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript-contrib/purescript-nullable.git",
"version": "v3.0.0"
},
2017-05-27 19:44:27 +00:00
"numbers": {
"dependencies": [
"control",
"globals",
"invariant",
"math",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/sharkdp/purescript-numbers.git",
"version": "v5.0.0"
},
"options": {
"dependencies": [
"arrays",
"bifunctors",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-options.git",
"version": "v3.0.0"
},
"orders": {
"dependencies": [
"control",
"invariant",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-orders.git",
"version": "v3.0.0"
},
"pairing": {
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"exists",
"foldable-traversable",
"free",
"functors",
"identity",
"inject",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
2017-03-29 15:45:09 +00:00
],
"repo": "https://github.com/paf31/purescript-pairing.git",
"version": "v4.0.0"
2017-03-29 15:45:09 +00:00
},
"parallel": {
"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",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-parallel.git",
"version": "v3.0.0"
},
"parsing": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unicode",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-parsing.git",
"version": "v4.0.0"
},
"partial": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-partial.git",
"version": "v1.2.0"
},
"phoenix": {
"dependencies": [
"arrays",
"bifunctors",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"options",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/brandonhamilton/purescript-phoenix",
"version": "v3.0.0"
},
"pipes": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"functors",
"identity",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"mmorph",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/felixSchl/purescript-pipes.git",
"version": "v4.0.0"
},
"posix-types": {
"dependencies": [
"control",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript-node/purescript-posix-types.git",
"version": "v3.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",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-pprint.git",
"version": "v4.0.0"
},
"prelude": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-prelude.git",
"version": "v3.0.0"
},
"profunctor": {
"dependencies": [
"bifunctors",
"control",
"distributive",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"prelude",
"monoid",
"newtype",
"tuples"
],
"repo": "https://github.com/purescript/purescript-profunctor.git",
"version": "v3.0.0"
},
"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",
2017-06-02 15:57:53 +00:00
"symbols",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-profunctor-lenses.git",
2017-06-02 15:57:53 +00:00
"version": "v3.2.0"
},
"proxy": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-proxy.git",
"version": "v2.0.0"
},
"psci-support": {
"dependencies": [
"console",
"eff",
"prelude"
],
"repo": "https://github.com/purescript/purescript-psci-support.git",
"version": "v3.0.0"
},
"pux": {
"dependencies": [
"aff",
"arraybuffer-types",
"arrays",
"assert",
"bifunctors",
"catenable-lists",
"colors",
"console",
"const",
"contravariant",
"control",
"css",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"js-timers",
"lazy",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"parallel",
"partial",
"prelude",
"profunctor",
"proxy",
"react",
"refs",
"signal",
"smolder",
"st",
"strings",
"tailrec",
"these",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/alexmingoia/purescript-pux.git",
"version": "v10.0.0"
},
"quickcheck": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"exists",
"foldable-traversable",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"proxy",
"psci-support",
"random",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-quickcheck.git",
"version": "v4.0.0"
},
"quickcheck-laws": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"gen",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"quickcheck",
"random",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/garyb/purescript-quickcheck-laws.git",
"version": "v3.0.0"
},
"random": {
"dependencies": [
"control",
"eff",
"integers",
"invariant",
"globals",
"math",
"maybe",
"monoid",
"newtype",
"partial",
"prelude"
],
"repo": "https://github.com/purescript/purescript-random.git",
"version": "v3.0.0"
},
2017-04-20 01:51:02 +00:00
"rationals": {
"dependencies": [
"control",
"globals",
"integers",
"invariant",
"math",
"maybe",
"monoid",
"newtype",
"partial",
"prelude"
],
"repo": "https://github.com/anttih/purescript-rationals.git",
"version": "v3.0.0"
},
"react": {
"dependencies": [
"eff",
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-react.git",
"version": "v3.0.0"
},
"react-dom": {
"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",
"react",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-react-dom.git",
"version": "v3.0.0"
},
"reflection": {
"dependencies": [
"control",
"invariant",
"monoid",
"newtype",
"prelude",
"proxy",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-reflection.git",
"version": "v3.0.0"
},
"refs": {
"dependencies": [
"eff",
"prelude"
],
"repo": "https://github.com/purescript/purescript-refs.git",
"version": "v3.0.0"
},
2017-05-24 16:36:39 +00:00
"remotedata": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"functions",
"functors",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"sets",
"st",
"strings",
2017-06-02 15:57:53 +00:00
"symbols",
2017-05-24 16:36:39 +00:00
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/krisajenkins/purescript-remotedata",
"version": "v2.1.0"
2017-05-24 16:36:39 +00:00
},
"run" : {
"dependencies": [
"aff",
"arrays",
"assert",
"bifunctors",
"catenable-lists",
"console",
"control",
"const",
"contravariant",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"exists",
"foldable-traversable",
"free",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"inject",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"nonempty",
"newtype",
"parallel",
"partial",
"prelude",
"profunctor",
"proxy",
"refs",
"st",
"strings",
"symbols",
"tailrec",
"transformers",
"tuples",
"type-equality",
"unfoldable",
"unsafe-coerce",
"variant"
],
"repo":"https://github.com/natefaubion/purescript-run.git",
"version":"v0.4.0"
},
"safely": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"exists",
"foldable-traversable",
"freet",
"identity",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-safely.git",
"version": "v3.0.0"
},
2017-03-29 15:45:09 +00:00
"sammy": {
"dependencies": [
"eff",
"prelude"
],
"repo": "https://github.com/purescript-contrib/purescript-sammy.git",
"version": "v3.0.0"
},
"semirings": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"either",
"eff",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"proxy",
"strings",
"prelude",
"st",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-semirings.git",
"version": "v4.0.0"
},
"sets": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"functions",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-sets.git",
"version": "v3.0.0"
},
2017-04-10 20:57:38 +00:00
"signal": {
"dependencies": [
"arraybuffer-types",
2017-04-10 20:57:38 +00:00
"arrays",
"bifunctors",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"js-timers",
"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/bodil/purescript-signal.git",
"version": "v9.0.0"
},
"smolder": {
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"functions",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/bodil/purescript-smolder.git",
"version": "v9.0.0"
},
"spec": {
"dependencies": [
"aff",
"arrays",
"assert",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"js-timers",
"lazy",
"lists",
"maps",
"math",
"maybe",
"mmorph",
"monoid",
"newtype",
"node-buffer",
"node-fs",
"node-path",
"node-process",
"node-streams",
"nonempty",
"nullable",
"parallel",
"partial",
"pipes",
"posix-types",
"prelude",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/owickstrom/purescript-spec.git",
"version": "v1.0.0"
},
"st": {
"dependencies": [
"eff",
"prelude"
],
"repo": "https://github.com/purescript/purescript-st.git",
"version": "v3.0.0"
},
"string-parsers": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-string-parsers.git",
"version": "v3.0.0"
},
"strings": {
"dependencies": [
"bifunctors",
"control",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"partial",
"prelude"
],
"repo": "https://github.com/purescript/purescript-strings.git",
"version": "v3.0.0"
},
"strongcheck": {
2017-03-29 15:45:09 +00:00
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"console",
"const",
"contravariant",
2017-03-29 15:45:09 +00:00
"control",
"datetime",
"distributive",
2017-03-29 15:45:09 +00:00
"eff",
"either",
"enums",
"exceptions",
"exists",
2017-03-29 15:45:09 +00:00
"foldable-traversable",
"free",
"functors",
"functions",
"gen",
2017-03-29 15:45:09 +00:00
"generics",
"globals",
2017-03-29 15:45:09 +00:00
"identity",
"inject",
"integers",
2017-03-29 15:45:09 +00:00
"invariant",
"lazy",
"lists",
"machines",
"math",
2017-03-29 15:45:09 +00:00
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
2017-03-29 15:45:09 +00:00
"proxy",
"random",
2017-03-29 15:45:09 +00:00
"st",
"strings",
"tailrec",
"transformers",
2017-03-29 15:45:09 +00:00
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-strongcheck.git",
"version": "v3.1.0"
2017-03-29 15:45:09 +00:00
},
"symbols": {
"dependencies": [
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-symbols.git",
"version": "v3.0.0"
},
"tailrec": {
"dependencies": [
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"partial",
"prelude",
"st"
],
"repo": "https://github.com/purescript/purescript-tailrec.git",
"version": "v3.0.0"
},
"taylor": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-taylor.git",
"version": "v3.0.0"
},
2017-06-14 23:09:14 +00:00
"test-unit": {
"dependencies": [
"aff",
"arrays",
"assert",
"bifunctors",
"catenable-lists",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"exists",
"foldable-traversable",
"free",
"functions",
"functors",
"generics",
"globals",
"identity",
"inject",
"integers",
"invariant",
"js-timers",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"parallel",
"partial",
"prelude",
"profunctor",
"proxy",
"psci-support",
"quickcheck",
"random",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/bodil/purescript-test-unit.git",
"version": "v11.0.0"
},
"thermite": {
"dependencies": [
"arraybuffer-types",
"aff",
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"coroutines",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"exists",
"foldable-traversable",
"foreign",
"freet",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"parallel",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"react",
"react-dom",
"refs",
"sets",
"st",
"strings",
2017-06-02 15:57:53 +00:00
"symbols",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-thermite.git",
"version": "v4.0.0"
},
"these": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-these.git",
"version": "v3.0.0"
},
"transformers": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"eff",
"distributive",
"either",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-transformers.git",
"version": "v3.1.0"
},
"tuples": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-tuples.git",
"version": "v4.0.0"
},
"type-equality": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-type-equality.git",
"version": "v2.0.0"
},
"typelevel-prelude": {
"dependencies": [
"symbols",
"type-equality",
"prelude",
"proxy",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-typelevel-prelude.git",
"version": "v2.0.0"
},
"unfoldable": {
"dependencies": [
"bifunctors",
"control",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"partial",
"prelude",
"tuples"
],
"repo": "https://github.com/purescript/purescript-unfoldable.git",
"version": "v3.0.0"
},
"unicode": {
"dependencies": [
"bifunctors",
"control",
"either",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"partial",
"prelude",
"strings"
],
"repo": "https://github.com/purescript-contrib/purescript-unicode.git",
"version": "v3.0.0"
},
"unsafe-coerce": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-unsafe-coerce.git",
"version": "v3.0.0"
},
"unsafe-reference": {
"dependencies": [
"bifunctors",
"control",
"eff",
"either",
"exceptions",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript-contrib/purescript-unsafe-reference.git",
"version": "v2.0.0"
},
"validation": {
"dependencies": [
"bifunctors",
"control",
"newtype",
"prelude"
],
"repo": "https://github.com/purescript/purescript-validation.git",
"version": "v3.0.0"
},
"variant" :{
"dependencies":[
"bifunctors",
"control",
"distributive",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"partial",
"prelude",
"symbols",
"tuples",
"type-equality",
"unsafe-coerce"
],
"repo":"https://github.com/natefaubion/purescript-variant.git",
"version":"v1.1.0"
},
"yargs": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-yargs.git",
"version": "v3.0.0"
}
2016-09-24 21:45:26 +00:00
}