packages feed

github-release 1.3.6 → 1.3.7

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~bytestringdep ~http-clientdep ~optparse-genericPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, http-client, optparse-generic

API changes (from Hackage documentation)

Files

github-release.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.10  name: github-release-version: 1.3.6+version: 1.3.7  synopsis: Upload files to GitHub releases. description: GitHub Release uploads files to GitHub releases.@@ -22,12 +22,12 @@     base >= 4.13.0 && < 4.16     , aeson >= 1.4.7 && < 1.6     , burrito >= 1.2.0 && < 1.3-    , bytestring >= 0.10.10 && < 0.11-    , http-client >= 0.6.4 && < 0.7+    , bytestring >= 0.10.10 && < 0.12+    , http-client >= 0.6.4 && < 0.8     , http-client-tls >= 0.3.5 && < 0.4     , http-types >= 0.12.3 && < 0.13     , mime-types >= 0.1.0 && < 0.2-    , optparse-generic >= 1.3.1 && < 1.4+    , optparse-generic >= 1.3.1 && < 1.5     , text >= 1.2.4 && < 1.3     , unordered-containers >= 0.2.10 && < 0.3   default-language: Haskell2010