Merge pull request #31 from paluh/master

Add "passy/purescript-errors" package
This commit is contained in:
Phil Freeman 2016-11-11 18:41:56 +00:00 committed by GitHub
commit 813d6cb4e5

View file

@ -764,6 +764,34 @@
"repo": "https://github.com/purescript/purescript-enums.git",
"version": "v2.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"
],
"repo": "https://github.com/passy/purescript-errors.git",
"version": "v2.0.0"
},
"exceptions": {
"dependencies": [
"bifunctors",