lensref 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+8/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- lensref.cabal +8/−1
lensref.cabal view
@@ -1,5 +1,5 @@ name: lensref-version: 0.1.0.1+version: 0.1.0.2 category: Control, Data synopsis: References which can be joined and on which lenses can be applied description:@@ -9,14 +9,18 @@ -The pure implementation is slow and has memory leaks but probably easier to follow. This is the reference implementation, so if the the other implementation differs this has the right behaviour.+ . -The fast implementation is intended for real usage. . Status: . -The interface is getting stable. You can expect more functionality and minor changes on current functionality.+ . -There are test cases for the first half of the interface. Both implementations fulfil the test cases.+ . -The pure implementation is ready.+ . -The fast implementation is much faster than the pure implementation, but it is far from being as fast as possible. Probably it also leaks memory.@@ -26,8 +30,11 @@ For more information visit the following links: . -<http://www.haskell.org/haskellwiki/LGtk haskell.org wiki page>+ . -<http://lgtk.wordpress.com/ Wordpress blog>+ . -<https://github.com/divipp/lensref GitHub repository>+ . -<http://hackage.haskell.org/package/lensref Haddock documentation (this page)> stability: experimental license: BSD3