added profunctor-lenses

Hi,

would be great to have this as well - although I'm not sure if I got all the dependencies right (some of those might be already trans. added by others - sorry)

also I have no clue if the version is right so that probably needs to be changed
This commit is contained in:
Carsten 2018-05-27 10:42:27 +02:00 committed by GitHub
parent 6f9f0b0eae
commit 4209d8d041
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"