github-release 1.2.0 → 1.2.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- github-release.cabal +4/−4
github-release.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: ae19757f3c07e1d84f2fbfed8fa95201cf2ab78d3c4349fd95dfc0670e52fb62+-- hash: f319eabaae9c07495cef3ad4eb2c6dd0371587ff97e646856b57f1394388f0cb name: github-release-version: 1.2.0+version: 1.2.1 synopsis: Upload files to GitHub releases. description: GitHub Release uploads files to GitHub releases. category: Utility@@ -26,7 +26,7 @@ library ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends:- aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.3+ aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.4 , base >=4.9.0 && <4.12 , bytestring >=0.10.8 && <0.11 , http-client >=0.4.31 && <0.6@@ -51,7 +51,7 @@ executables ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends:- aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.3+ aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.4 , base >=4.9.0 && <4.12 , bytestring >=0.10.8 && <0.11 , github-release