Skip to content

Commit

Permalink
Mathbox (purescript#64)
Browse files Browse the repository at this point in the history
* add signal

* add mathbox
  • Loading branch information
rintcius authored and paf31 committed Apr 10, 2017
1 parent cefbbb1 commit 0814b2b
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,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.4.0"
},
"maybe": {
"dependencies": [
"control",
Expand Down

0 comments on commit 0814b2b

Please sign in to comment.