1
1
mirror of https://github.com/ekmett/lens-core.git synced 2024-11-22 05:42:23 +03:00
Either a proper lens core library once ghc 8.4 is sufficiently far in the rearview mirror or a tool to avoid lens-core confusing users in case we use lens:core and cabal 3.4
Go to file
2020-09-23 20:56:00 -07:00
src/Control/Lens initial commit 2020-09-23 20:48:24 -07:00
.gitignore initial commit 2020-09-23 20:48:24 -07:00
cabal.project initial commit 2020-09-23 20:48:24 -07:00
CHANGELOG.md initial commit 2020-09-23 20:48:24 -07:00
lens-core.cabal final caveat 2020-09-23 20:56:00 -07:00
LICENSE.md initial commit 2020-09-23 20:48:24 -07:00
README.md final caveat 2020-09-23 20:56:00 -07:00
Setup.lhs initial commit 2020-09-23 20:48:24 -07:00
TODO.md initial commit 2020-09-23 20:48:24 -07:00

lens-core

This is a place-holder for a future lens core library, at the very least it will provide defense against confusion between lens:core and lens-core if we proceed with a cabal 3 based multiple sublibrary approach to making lens capable of building in smaller chuks.

For now, use lens.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual-licensed as above, without any additional terms or conditions.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett