packages feed

github-release 1.0.1 → 1.0.2

raw patch · 3 files changed

+6/−6 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 view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.14.0.+-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack  name:           github-release-version:        1.0.1+version:        1.0.2 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.2+      aeson >=0.9 && <1.3     , 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.2+  - aeson >=0.9 && <1.3   - 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.1'+version: '1.0.2'
stack.yaml view
@@ -1,1 +1,1 @@-resolver: nightly-2016-12-31+resolver: lts-8.0