Add crypt-nacl and encoding

This commit is contained in:
Matthew Wampler-Doty 2018-04-01 23:55:32 -04:00
parent fa89c040a7
commit f0da69e632

View file

@ -292,6 +292,20 @@
"repo": "https://github.com/purescript-contrib/purescript-coroutines.git",
"version": "v4.0.0"
},
"crypt-nacl": {
"dependencies": [
"arraybuffer-types",
"eff",
"either",
"encoding",
"maybe",
"nullable",
"prelude",
"unsafe-coerce"
],
"repo": "git://github.com/throughnothing/purescript-crypt-nacl.git",
"version": "v0.3.0"
},
"crypto": {
"dependencies": [
"node-buffer",
@ -469,6 +483,17 @@
"repo": "https://github.com/cdepillabout/purescript-email-validate.git",
"version": "v2.0.0"
},
"encoding": {
"dependencies": [
"arraybuffer-types",
"either",
"exceptions",
"functions",
"prelude"
],
"repo": "git://github.com/menelaos/purescript-encoding.git",
"version": "v0.0.4"
},
"enums": {
"dependencies": [
"either",