Add purescript-server-sent-events (#115)

This commit is contained in:
Mikkel Christiansen 2017-11-06 19:21:47 +02:00 committed by Phil Freeman
parent b752cb446f
commit b3bcc5d3e1

View file

@ -1275,6 +1275,15 @@
"repo": "https://github.com/eskimor/purescript-servant-support", "repo": "https://github.com/eskimor/purescript-servant-support",
"version": "v8.0.0" "version": "v8.0.0"
}, },
"server-sent-events": {
"dependencies": [
"dom",
"functions",
"maybe"
],
"repo": "https://github.com/MichaelXavier/purescript-server-sent-events.git",
"version": "v0.1.0"
},
"sets": { "sets": {
"dependencies": [ "dependencies": [
"maps" "maps"