packages feed

module-munging 0.1.0.0 → 0.1.0.1

raw patch · 4 files changed

+8/−3 lines, 4 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.1++* Added `license-file` field to package description+ ## 0.1.0.0  * Initial release
README.md view
@@ -23,4 +23,3 @@ [build]: https://github.com/jship/module-munging/actions [Version badge]: https://img.shields.io/hackage/v/module-munging?color=brightgreen&label=version&logo=haskell [version]: https://hackage.haskell.org/package/module-munging-[Haddocks]: https://hackage.haskell.org/package/module-munging
module-munging.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           module-munging-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Smash together text to make modules. description:    Thin, low-tech wrapper for smashing together raw text to make Haskell modules. category:       Codegen@@ -14,6 +14,7 @@ author:         Jason Shipman maintainer:     Jason Shipman license:        MIT+license-file:   LICENSE.md build-type:     Simple extra-source-files:     CHANGELOG.md
package.yaml view
@@ -1,7 +1,8 @@ name: module-munging-version: '0.1.0.0'+version: '0.1.0.1' github: jship/module-munging license: MIT+license-file: LICENSE.md author: Jason Shipman maintainer: Jason Shipman synopsis: Smash together text to make modules.