function-builder 0.2.0.0 → 0.2.0.1
raw patch · 3 files changed
+10/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +5/−0
- function-builder.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.2.0.1++* Update README+ # 0.2.0.0 * Clean up and renamings
README.md view
@@ -56,3 +56,8 @@ * [HoleyMonoid](http://hackage.haskell.org/package/HoleyMonoid) * [formatting](http://hackage.haskell.org/package/formatting)++* [category-printf](http://hackage.haskell.org/package/category-printf-0.1.1.0)+ I learned from the author of that library Cale Gibbard in [this reddit comment](https://www.reddit.com/r/haskellquestions/comments/an2qoh/quantifiedconstraints_what_is_it_i_am_not_getting/efsla4g) that the `Format` type in that library (called `FunctionBuilder` in this library) is an alias for++ "(...)the cokleisli category for the comonad of functions on a monoid, which is already in the comonad library"
function-builder.cabal view
@@ -1,5 +1,5 @@ name: function-builder-version: 0.2.0.0+version: 0.2.0.1 synopsis: Create poly variadic functions for monoidal results description: Please see README.md homepage: https://github.com/sheyll/function-builder#readme