Skip to content

Commit

Permalink
Add lens, freeap, flare, aui and mathbox (purescript#45)
Browse files Browse the repository at this point in the history
* Add lens and mathbox

* Add freeap

* Add flare

* Add aui
  • Loading branch information
Rintcius Blok authored and paf31 committed Jan 14, 2017
1 parent c33733a commit b2cc115
Showing 1 changed file with 213 additions and 0 deletions.
213 changes: 213 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,67 @@
"repo": "https://github.com/purescript/purescript-assert.git",
"version": "v2.0.0"
},
"aui": {
"dependencies": [
"arraybuffer-types",
"arrays",
"assert",
"bifunctors",
"canvas",
"catenable-lists",
"colors",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"dom",
"drawing",
"eff",
"either",
"enums",
"exceptions",
"exists",
"flare",
"foldable-traversable",
"foreign",
"freeap",
"functions",
"generics",
"identity",
"integers",
"invariant",
"isomorphisms",
"js-date",
"js-timers",
"lazy",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"profunctor",
"proxy",
"signal",
"smolder",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/rintcius/purescript-aui.git",
"version": "v0.1.1"
},
"bifunctors": {
"dependencies": [
"control",
Expand Down Expand Up @@ -907,6 +968,60 @@
"repo": "https://github.com/purescript/purescript-exists.git",
"version": "v2.0.0"
},
"flare": {
"dependencies": [
"arraybuffer-types",
"arrays",
"assert",
"bifunctors",
"canvas",
"catenable-lists",
"colors",
"console",
"control",
"datetime",
"distributive",
"dom",
"drawing",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"identity",
"integers",
"invariant",
"js-date",
"js-timers",
"lazy",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"proxy",
"signal",
"smolder",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/sharkdp/purescript-flare.git",
"version": "v2.0.0"
},
"foldable-traversable": {
"dependencies": [
"bifunctors",
Expand Down Expand Up @@ -1129,6 +1244,26 @@
"repo": "https://github.com/purescript/purescript-free.git",
"version": "v3.1.0"
},
"freeap": {
"dependencies": [
"bifunctors",
"const",
"contravariant",
"control",
"either",
"exists",
"foldable-traversable",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/ethul/purescript-freeap.git",
"version": "2.0.0"
},
"freet": {
"dependencies": [
"arrays",
Expand Down Expand Up @@ -1495,6 +1630,27 @@
"repo": "https://github.com/paf31/purescript-leibniz.git",
"version": "v2.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": "v2.0.0"
},
"lens-simple": {
"dependencies": [
"bifunctors",
Expand Down Expand Up @@ -1607,6 +1763,63 @@
"repo": "https://github.com/purescript/purescript-math.git",
"version": "v2.0.0"
},
"mathbox": {
"dependencies": [
"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.1.0"
},
"maybe": {
"dependencies": [
"control",
Expand Down

0 comments on commit b2cc115

Please sign in to comment.