github-release 2.0.0.1 → 2.0.0.2
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.1+version: 2.0.0.2 synopsis: Upload files to GitHub releases. description: GitHub Release uploads files to GitHub releases.@@ -24,7 +24,7 @@ common library build-depends:- , base >= 4.13.0 && < 4.17+ , base >= 4.13.0 && < 4.18 , aeson >= 1.4.7 && < 1.6 || >= 2.0.0 && < 2.2 , burrito >= 1.2.0 && < 1.3 || >= 2.0.0 && < 2.1 , bytestring >= 0.10.10 && < 0.12@@ -33,7 +33,7 @@ , http-types >= 0.12.3 && < 0.13 , mime-types >= 0.1.0 && < 0.2 , optparse-generic >= 1.3.1 && < 1.5- , text >= 1.2.4 && < 1.3+ , text >= 1.2.4 && < 1.3 || >= 2.0 && < 2.1 , unordered-containers >= 0.2.10 && < 0.3 default-language: Haskell2010 ghc-options: