github-release 2.0.0.8 → 2.0.0.9
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, text
API changes (from Hackage documentation)
Files
- github-release.cabal +3/−3
github-release.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: github-release-version: 2.0.0.8+version: 2.0.0.9 synopsis: Upload files to GitHub releases. description: GitHub Release uploads files to GitHub releases.@@ -25,7 +25,7 @@ common library build-depends: , aeson >= 2.0.3 && < 2.3- , base >= 4.16.0 && < 4.19+ , base >= 4.16.0 && < 4.20 , burrito >= 1.2.0 && < 1.3 || >= 2.0.0 && < 2.1 , bytestring >= 0.11.3 && < 0.12 , http-client >= 0.7.13 && < 0.8@@ -33,7 +33,7 @@ , http-types >= 0.12.3 && < 0.13 , mime-types >= 0.1.0 && < 0.2 , optparse-generic >= 1.4.8 && < 1.6- , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.1+ , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.2 , unordered-containers >= 0.2.17 && < 0.3 default-language: Haskell2010 ghc-options: