packages feed

gopro-plus 0.6.0.3 → 0.6.0.4

raw patch · 2 files changed

+4/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

gopro-plus.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.5.+-- This file has been generated from package.yaml by hpack version 0.34.6. -- -- see: https://github.com/sol/hpack ----- hash: 57cf02eb87fe6fc679342279e3e8cce751af7a630f9ac8354e765009f2a67efa+-- hash: 3f64e72a9e9137f025a35d901ed752efe98124c39866a9b6a36b885d54ca9810  name:           gopro-plus-version:        0.6.0.3+version:        0.6.0.4 synopsis:       GoPro Plus Client API. description:    Please see the README on GitHub at <https://github.com/dustin/gopro-plus#readme> category:       Web
src/GoPro/Plus/Upload.hs view
@@ -114,6 +114,7 @@     chunkSize = defaultChunkSize      fileType "JPG" = Photo+    fileType "GPR" = Photo     fileType _     = Video  -- | Override the detected medium type.