package-sets/packages.json

475 lines
11 KiB
JSON
Raw Normal View History

2016-09-24 21:45:26 +00:00
{
"arrays": {
"dependencies": [
"foldable-traversable",
"nonempty",
"partial",
"st",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-arrays.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"assert": {
"dependencies": [
2018-03-23 18:26:55 +00:00
"console",
2018-04-29 14:59:34 +00:00
"effect"
],
"repo": "https://github.com/purescript/purescript-assert.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"bifunctors": {
"dependencies": [
"control",
"newtype"
],
"repo": "https://github.com/purescript/purescript-bifunctors.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"catenable-lists": {
"dependencies": [
"lists",
"tuples",
"foldable-traversable",
"unfoldable",
"control"
],
"repo": "https://github.com/purescript/purescript-catenable-lists.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"console": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"effect"
],
"repo": "https://github.com/purescript/purescript-console.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"const": {
2017-03-29 15:45:09 +00:00
"dependencies": [
"contravariant",
"foldable-traversable"
],
"repo": "https://github.com/purescript/purescript-const.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"contravariant": {
"dependencies": [
"either",
"tuples"
],
"repo": "https://github.com/purescript/purescript-contravariant.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"control": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-control.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
2017-05-14 20:06:48 +00:00
},
"datetime": {
"dependencies": [
"enums",
"functions",
2018-04-29 14:59:34 +00:00
"generics-rep",
"integers",
"foldable-traversable",
"maps",
2018-04-29 14:59:34 +00:00
"math",
"proxy"
],
"repo": "https://github.com/purescript/purescript-datetime.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"distributive": {
"dependencies": [
"identity"
],
"repo": "https://github.com/purescript/purescript-distributive.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
2018-04-28 21:37:53 +00:00
"effect": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-effect.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
2018-04-28 21:37:53 +00:00
},
"either": {
"dependencies": [
"foldable-traversable",
"prelude"
],
"repo": "https://github.com/purescript/purescript-either.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
2018-04-02 03:55:32 +00:00
},
"enums": {
"dependencies": [
"either",
"strings",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-enums.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"exceptions": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"effect",
"either",
"maybe"
],
"repo": "https://github.com/MonoidMusician/purescript-exceptions.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"exists": {
"dependencies": [
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-exists.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
2017-09-09 20:10:31 +00:00
},
"foldable-traversable": {
"dependencies": [
"bifunctors",
2018-04-29 17:16:09 +00:00
"maybe",
"orders"
],
"repo": "https://github.com/purescript/purescript-foldable-traversable.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"foreign": {
"dependencies": [
"arrays",
"either",
"foldable-traversable",
"functions",
"integers",
"lists",
"strings",
"transformers"
],
"repo": "https://github.com/purescript/purescript-foreign.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"free": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"catenable-lists",
"exists",
"transformers",
"unsafe-coerce",
"control"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-free.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"functions": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"prelude"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-functions.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"functors": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"const",
"either",
"unsafe-coerce"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-functors.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"gen": {
"dependencies": [
"tailrec",
"tuples",
"unfoldable",
2018-04-29 14:59:34 +00:00
"integers",
"foldable-traversable",
"nonempty"
],
"repo": "https://github.com/purescript/purescript-gen.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"generics-rep": {
"dependencies": [
"enums",
"foldable-traversable",
2018-04-29 14:59:34 +00:00
"prelude"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-generics-rep.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"globals": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-globals.git",
"version": "compiler/0.12"
},
"identity": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"foldable-traversable"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-identity.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"integers": {
"dependencies": [
"globals",
2018-04-29 14:59:34 +00:00
"math",
"maybe",
2018-04-29 14:59:34 +00:00
"partial"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-integers.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"invariant": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"prelude"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-invariant.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"lazy": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"foldable-traversable"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-lazy.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"lcg": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"random"
],
2018-04-29 17:16:09 +00:00
"repo": "https://github.com/purescript/purescript-lcg.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"lists": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"lazy",
"nonempty",
"tailrec",
"unfoldable",
"partial",
"foldable-traversable"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-lists.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"maps": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"arrays",
"functions",
"lists",
"st",
"gen",
"foldable-traversable"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-maps.git",
"version": "compiler/0.12"
},
"math": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-math.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"maybe": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"prelude",
"control",
"invariant",
"newtype"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-maybe.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"newtype": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"prelude"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-newtype.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"nonempty": {
2017-04-10 20:57:38 +00:00
"dependencies": [
"foldable-traversable",
2018-04-29 14:59:34 +00:00
"prelude"
2017-04-10 20:57:38 +00:00
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-nonempty.git",
"version": "compiler/0.12"
2017-04-10 20:57:38 +00:00
},
2018-04-29 14:59:34 +00:00
"orders": {
"dependencies": [
"prelude",
2018-04-29 14:59:34 +00:00
"newtype"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-orders.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"parallel": {
"dependencies": [
"transformers",
2018-04-29 14:59:34 +00:00
"refs",
"functors",
"foldable-traversable"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-parallel.git",
"version": "compiler/0.12"
},
"partial": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-partial.git",
"version": "compiler/0.12"
},
"prelude": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-prelude.git",
"version": "compiler/0.12"
2017-09-09 21:21:51 +00:00
},
2018-04-29 14:59:34 +00:00
"profunctor": {
2018-01-30 22:12:54 +00:00
"dependencies": [
2018-04-29 14:59:34 +00:00
"contravariant",
"distributive",
"either",
"exists",
"tuples"
2018-01-30 22:12:54 +00:00
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-profunctor.git",
"version": "compiler/0.12"
2018-01-30 22:12:54 +00:00
},
2018-04-29 14:59:34 +00:00
"proxy": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"prelude"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-proxy.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"psci-support": {
2017-10-23 17:55:09 +00:00
"dependencies": [
2018-04-29 14:59:34 +00:00
"console"
2017-10-23 17:55:09 +00:00
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-psci-support.git",
"version": "compiler/0.12"
2017-10-23 17:55:09 +00:00
},
2018-04-29 14:59:34 +00:00
"random": {
2017-09-18 16:30:18 +00:00
"dependencies": [
2018-04-29 14:59:34 +00:00
"effect",
"integers",
"math"
2017-09-18 16:30:18 +00:00
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-random.git",
"version": "compiler/0.12"
2017-09-18 16:30:18 +00:00
},
2018-04-29 14:59:34 +00:00
"record": {
2018-01-02 15:12:02 +00:00
"dependencies": [
2018-04-29 14:59:34 +00:00
"functions",
"st",
"typelevel-prelude"
2018-01-02 15:12:02 +00:00
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-record.git",
"version": "compiler/0.12"
2018-01-02 15:12:02 +00:00
},
2018-04-29 14:59:34 +00:00
"refs": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"effect"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-refs.git",
"version": "compiler/0.12"
},
2018-04-29 14:59:34 +00:00
"semirings": {
"dependencies": [
2018-04-29 14:59:34 +00:00
"lists"
],
"repo": "https://github.com/purescript/purescript-semirings.git",
"version": "compiler/0.12"
},
"st": {
"dependencies": [
"prelude",
"tailrec"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-st.git",
"version": "compiler/0.12"
},
"strings": {
"dependencies": [
"either",
"gen",
"maybe",
"partial",
"unfoldable",
"arrays",
2018-04-29 14:59:34 +00:00
"integers"
],
2018-04-29 14:59:34 +00:00
"repo": "https://github.com/purescript/purescript-strings.git",
"version": "compiler/0.12"
},
"tailrec": {
"dependencies": [
"identity",
"either",
2018-04-29 16:35:14 +00:00
"refs",
"partial"
],
"repo": "https://github.com/purescript/purescript-tailrec.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"transformers": {
"dependencies": [
"arrays",
"lazy",
"distributive",
"tuples"
],
"repo": "https://github.com/purescript/purescript-transformers.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"tuples": {
"dependencies": [
"foldable-traversable",
"prelude",
"distributive",
"type-equality"
],
"repo": "https://github.com/purescript/purescript-tuples.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"type-equality": {
"dependencies": [
],
"repo": "https://github.com/purescript/purescript-type-equality.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
2018-04-28 21:37:53 +00:00
},
"typelevel-prelude": {
"dependencies": [
"proxy",
2018-04-29 14:59:34 +00:00
"prelude",
2018-04-28 21:37:53 +00:00
"type-equality"
],
"repo": "https://github.com/purescript/purescript-typelevel-prelude.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
2017-12-13 18:46:53 +00:00
},
"unfoldable": {
"dependencies": [
"partial",
"tuples"
],
"repo": "https://github.com/purescript/purescript-unfoldable.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"unsafe-coerce": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-unsafe-coerce.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
},
"validation": {
"dependencies": [
"bifunctors",
2018-04-29 14:59:34 +00:00
"foldable-traversable"
],
"repo": "https://github.com/purescript/purescript-validation.git",
2018-04-29 14:59:34 +00:00
"version": "compiler/0.12"
}
2018-03-08 11:13:55 +00:00
}