github-release 1.3.3 → 1.3.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~optparse-genericPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-generic
API changes (from Hackage documentation)
Files
- github-release.cabal +2/−2
github-release.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: github-release-version: 1.3.3+version: 1.3.4 synopsis: Upload files to GitHub releases. description: GitHub Release uploads files to GitHub releases.@@ -49,7 +49,7 @@ , http-client-tls >= 0.2.4 && < 0.4 , http-types >= 0.9.1 && < 0.13 , mime-types >= 0.1.0 && < 0.2- , optparse-generic >= 1.1.1 && < 1.4+ , optparse-generic >= 1.1.1 && < 1.5 , text >= 1.2.2 && < 1.3 , unordered-containers >= 0.2.7 && < 0.3 exposed-modules: GitHubRelease