function-builder 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +1/−1
- function-builder.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.4++* Fix reference to the 'formatting' library+ # 0.1.0.3 * Add reference to the 'formatting' library
README.md view
@@ -55,4 +55,4 @@ * [HoleyMonoid](http://hackage.haskell.org/package/HoleyMonoid) -* [formatting](formatting: Combinator-based type-safe formatting)+* [formatting](http://hackage.haskell.org/package/formatting)
function-builder.cabal view
@@ -1,5 +1,5 @@ name: function-builder-version: 0.1.0.3+version: 0.1.0.4 synopsis: Create poly variadic functions for monoidal results description: Please see README.md homepage: https://github.com/sheyll/function-builder#readme