fclabels 2.0.0.4 → 2.0.0.5
raw patch · 2 files changed
+7/−3 lines, 2 files
Files
- CHANGELOG +3/−0
- fclabels.cabal +4/−3
CHANGELOG view
@@ -1,5 +1,8 @@ CHANGELOG +2.0.0.4 -> 2.0.0.5+ - Add Bug-Reports url again.+ 2.0.0.3 -> 2.0.0.4 - Include CHANGELOG in source distribution.
fclabels.cabal view
@@ -1,5 +1,5 @@ Name: fclabels-Version: 2.0.0.4+Version: 2.0.0.5 Author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher with lots of help and feedback from others. Synopsis: First class accessor labels implemented as lenses.@@ -47,12 +47,13 @@ See "Data.Label.Base" and "Data.Label.Monadic" for more information. .- * /Changelog from 2.0.0.3 to 2.0.0.4/+ * /Changelog from 2.0.0.4 to 2.0.0.5/ .- > - Include CHANGELOG in source distribution.+ > - Add Bug-Reports url again. Maintainer: Sebastiaan Visser <code@fvisser.nl> Homepage: https://github.com/sebastiaanvisser/fclabels+Bug-Reports: https://github.com/sebastiaanvisser/fclabels/issues License: BSD3 License-File: LICENSE Category: Data, Lenses