packages feed

github-release 0.1.0 → 0.1.1

raw patch · 3 files changed

+4/−4 lines, 3 filesdep ~github-releasePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: github-release

API changes (from Hackage documentation)

Files

github-release.cabal view
@@ -1,5 +1,5 @@ name: github-release-version: 0.1.0+version: 0.1.1 cabal-version: >=1.10 build-type: Simple license: MIT@@ -46,7 +46,7 @@     main-is: Main.hs     build-depends:         base >=4.8.2.0 && <4.9,-        github-release >=0.1.0 && <0.2+        github-release >=0.1.1 && <0.2     default-language: Haskell2010     hs-source-dirs: executable     ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
library/GitHubRelease.hs view
@@ -50,7 +50,7 @@  runCommand :: Command -> IO () runCommand command = case command of-    Upload aName anOwner aFile aRepo aTag aToken -> upload+    Upload aFile aName anOwner aRepo aTag aToken -> upload         (Options.unHelpful aToken)         (Options.unHelpful anOwner)         (Options.unHelpful aRepo)
package.yaml view
@@ -39,4 +39,4 @@ maintainer: Taylor Fausak name: github-release synopsis: Upload files to GitHub releases.-version: '0.1.0'+version: '0.1.1'