github-release 1.0.0 → 1.0.1
raw patch · 3 files changed
+5/−5 lines, 3 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- github-release.cabal +2/−2
- package.yaml +2/−2
- stack.yaml +1/−1
github-release.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: github-release-version: 1.0.0+version: 1.0.1 synopsis: Upload files to GitHub releases. description: GitHub Release is a command-line utility for uploading files to GitHub releases. category: Utility@@ -30,7 +30,7 @@ source/library ghc-options: -Wall build-depends:- aeson >=0.9 && <1.1+ aeson >=0.9 && <1.2 , base >=4.8.2 && <4.10 , bytestring >=0.10.6 && <0.11 , http-client >=0.4.30 && <0.6
package.yaml view
@@ -21,7 +21,7 @@ github: tfausak/github-release library: dependencies:- - aeson >=0.9 && <1.1+ - aeson >=0.9 && <1.2 - base >=4.8.2 && <4.10 - bytestring >=0.10.6 && <0.11 - http-client >=0.4.30 && <0.6@@ -39,4 +39,4 @@ maintainer: Taylor Fausak name: github-release synopsis: Upload files to GitHub releases.-version: '1.0.0'+version: '1.0.1'
stack.yaml view
@@ -1,1 +1,1 @@-resolver: nightly-2016-12-30+resolver: nightly-2016-12-31