interp 1.0.0.1 → 1.0.0.2
raw patch · 3 files changed
+4/−8 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +0/−3
- README.md +2/−2
- interp.cabal +2/−3
− ChangeLog.md
@@ -1,3 +0,0 @@-# Changelog for interp--## Unreleased changes
README.md view
@@ -76,7 +76,7 @@ ### Etc. #### To-Do- - [ ] Haddock documentation/comments+ - [x] Haddock documentation/comments - [x] Add positional args in CLI - [ ] Other formats (e.g. YAML) for substitutions file - [ ] More features@@ -85,7 +85,7 @@ - [ ] Check Tracery documentation for stuff to steal - [ ] Web interface?? - [ ] Come up with a better name- - [ ] Publish to Hackage+ - [x] Publish to Hackage #### Contributing PRs, issues, feature requests, etc. are always more than welcome! Feel free to hit me up on [twitter](https://twitter.com/swizzard) or email me at sam dot raker at gmail dot com. Let me know if you like this, hate this, wish it were better, wish it were worse, whatever.
interp.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 83a5dab2b39540befe23dab5ca590deef058e6ed65bd7c1a4f88ddf604204e52+-- hash: d2c092f97aa0f90b5e97141cd3b5f7d4ca4efa41b1c9fc4757accce027e71b55 name: interp-version: 1.0.0.1+version: 1.0.0.2 synopsis: Tracery-like randomized text interpolation description: Please see the README on GitHub at <https://github.com/swizzard/interp#readme> category: Text, Interpolation@@ -21,7 +21,6 @@ build-type: Simple extra-source-files: README.md- ChangeLog.md source-repository head type: git