github-release 2.0.0.9 → 2.0.0.10
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
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: 2.0.0.9+version: 2.0.0.10 synopsis: Upload files to GitHub releases. description: GitHub Release uploads files to GitHub releases.@@ -27,7 +27,7 @@ , aeson >= 2.0.3 && < 2.3 , base >= 4.16.0 && < 4.20 , burrito >= 1.2.0 && < 1.3 || >= 2.0.0 && < 2.1- , bytestring >= 0.11.3 && < 0.12+ , bytestring >= 0.11.3 && < 0.13 , http-client >= 0.7.13 && < 0.8 , http-client-tls >= 0.3.6 && < 0.4 , http-types >= 0.12.3 && < 0.13