witch 0.0.0.0 → 0.0.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- witch.cabal +2/−2
+ CHANGELOG.markdown view
@@ -0,0 +1,4 @@+# Change log++Witch follows the [Package Versioning Policy](https://pvp.haskell.org). You can+find release notes [on GitHub](https://github.com/tfausak/witch/releases).
witch.cabal view
@@ -3,13 +3,13 @@ build-type: Simple category: Data description: Witch converts values from one type into another.-extra-source-files: README.markdown+extra-source-files: CHANGELOG.markdown README.markdown license-file: LICENSE.txt license: ISC maintainer: Taylor Fausak name: witch synopsis: Convert values from one type into another.-version: 0.0.0.0+version: 0.0.0.2 source-repository head location: https://github.com/tfausak/witch