add changelog

This commit is contained in:
michaelt 2015-05-31 22:26:37 -04:00
parent db7db53e9b
commit b7b6afd38f
2 changed files with 9 additions and 4 deletions

7
changelog Normal file
View File

@ -0,0 +1,7 @@
0.1.0.0
=======
* First version.

View File

@ -1,6 +1,6 @@
name: lens-simple
version: 0.1.0.0
synopsis: simplified import of essential lens combinators
synopsis: simplified import of elementary lens-family combinators
description: This module, @Lens.Simple@, just re-exports the main modules from Russell O\'Connor's
<http://hackage.haskell.org/package/lens-family-core lens-family-core>
@ -16,7 +16,7 @@ description: This module, @Lens.Simple@, just re-exports the main module
.
Similarly, when need arises for the unfathomably more
sophisticated material in @Control.Lens@, a
change of imports will tend be all that is necessary
change of imports will often be all that is necessary
to begin using them.
.
It should be kept in mind that the @zoom@ exported here does
@ -29,8 +29,6 @@ description: This module, @Lens.Simple@, just re-exports the main module
pairs; with the loss of abstraction we also of course
lose the concomitant opaque error messages
about @Field1 s t a b@ etc.
-- description:
homepage: https://github.com/michaelt/lens-simple
license: BSD3