Add 'record' (#95)

This commit is contained in:
Phil Freeman 2017-07-18 21:46:15 -07:00 committed by GitHub
parent f2240bb16a
commit bd7c1a1e1f

View file

@ -1028,6 +1028,14 @@
"repo": "https://github.com/purescript-contrib/purescript-react-dom.git",
"version": "v4.0.0"
},
"record": {
"dependencies": [
"functions",
"typelevel-prelude"
],
"repo": "https://github.com/purescript/purescript-record.git",
"version": "v0.1.0"
},
"reflection": {
"dependencies": [
"monoid",