packages feed

function-builder 0.1.0.2 → 0.1.0.3

raw patch · 3 files changed

+7/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.3++* Add reference to the 'formatting' library+ # 0.1.0.2  * Improve documentation
README.md view
@@ -54,3 +54,5 @@ * [polyToMonoid](http://hackage.haskell.org/package/polyToMonoid)  * [HoleyMonoid](http://hackage.haskell.org/package/HoleyMonoid)++* [formatting](formatting: Combinator-based type-safe formatting)
function-builder.cabal view
@@ -1,5 +1,5 @@ name:                function-builder-version:             0.1.0.2+version:             0.1.0.3 synopsis:            Create poly variadic functions for monoidal results description:         Please see README.md homepage:            https://github.com/sheyll/function-builder#readme