github-release 0.1.7 → 0.1.8
raw patch · 3 files changed
+5/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- github-release.cabal +1/−1
- package.yaml +1/−1
- stack.yaml +3/−1
github-release.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: github-release-version: 0.1.7+version: 0.1.8 synopsis: Upload files to GitHub releases. description: GitHub Release is a command-line utility for uploading files to GitHub releases. category: Utility
package.yaml view
@@ -39,4 +39,4 @@ maintainer: Taylor Fausak name: github-release synopsis: Upload files to GitHub releases.-version: '0.1.7'+version: '0.1.8'
stack.yaml view
@@ -1,1 +1,3 @@-resolver: nightly-2016-05-08+extra-deps:+- optparse-generic-1.1.0+resolver: lts-5.15