Merge pull request #183 from CarstenKoenig/patch-1

added profunctor-lenses
This commit is contained in:
Justin Woo 2018-05-28 21:43:40 +03:00 committed by GitHub
commit 94454f78c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -455,6 +455,24 @@
"repo": "https://github.com/purescript/purescript-profunctor.git",
"version": "v4.0.0"
},
"profunctor-lenses": {
"dependencies": [
"arrays",
"const",
"foreign-object",
"functors",
"identity",
"lists",
"maybe",
"ordered-collections",
"partial",
"profunctor",
"record",
"transformers"
],
"repo": "https://github.com/purescript-contrib/purescript-profunctor-lenses.git",
"version": "v4.0.0"
},
"proxy": {
"dependencies": [
"prelude"