Merge pull request #163 from xcthulhu/master

Add `crypt-nacl` and `encoding`
This commit is contained in:
Justin Woo 2018-04-12 23:22:09 +03:00 committed by GitHub
commit 22ea88b34e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",