curly-expander 0.2.0.2 → 0.2.0.3
raw patch · 3 files changed
+6/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- README.md +1/−1
- curly-expander.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Revision history for curly-expander +## 0.2.0.3+* Improved README+ ## 0.2.0.2 * Improved cabal file
README.md view
@@ -1,4 +1,4 @@ # curly-expander This is tool for curly brackets expanding, similar to bash curly expanding. -Please refer to the package description on Hackage for more information.+Please refer to the package description on [Hackage](https://hackage.haskell.org/package/curly-expander-0.2.0.2/docs/Text-CurlyExpander.html) for more information.
curly-expander.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: curly-expander-version: 0.2.0.2+version: 0.2.0.3 synopsis: Curly braces (brackets) expanding description: A library for curly braces (brackets) expanding - similar to bash curly expanding @@ -54,4 +54,4 @@ source-repository this type: git location: https://github.com/stastnypremysl/curly-expander- tag: 0.2.0.2+ tag: 0.2.0.3