Add errors (#81)

* Add errors

* Rebase from master, sort keys
This commit is contained in:
Michael Xavier 2017-06-13 09:57:29 -07:00 committed by Phil Freeman
parent 3061562ec8
commit 520fc09656

View file

@ -926,6 +926,35 @@
"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",