packages feed

github-release 1.0.3 → 1.0.4

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

github-release.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           github-release-version:        1.0.3+version:        1.0.4 synopsis:       Upload files to GitHub releases. description:    GitHub Release is a command-line utility for uploading files to GitHub releases. category:       Utility@@ -31,7 +31,7 @@   ghc-options: -Wall   build-depends:       aeson >=0.9 && <1.3-    , base >=4.8.2 && <4.10+    , base >=4.8.2 && <4.11     , bytestring >=0.10.6 && <0.11     , http-client >=0.4.30 && <0.6     , http-client-tls >=0.2.4 && <0.4
package.yaml view
@@ -22,7 +22,7 @@ library:   dependencies:   - aeson >=0.9 && <1.3-  - base >=4.8.2 && <4.10+  - base >=4.8.2 && <4.11   - bytestring >=0.10.6 && <0.11   - http-client >=0.4.30 && <0.6   - http-client-tls >=0.2.4 && <0.4@@ -39,4 +39,4 @@ maintainer: Taylor Fausak name: github-release synopsis: Upload files to GitHub releases.-version: '1.0.3'+version: '1.0.4'