packages feed

gopro-plus 0.6.6.6 → 0.6.6.7

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ GoPro.Plus.Media: ViewLive :: ReadyToViewType

Files

gopro-plus.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           gopro-plus-version:        0.6.6.6+version:        0.6.6.7 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/Media.hs view
@@ -126,6 +126,7 @@     | ViewUploading     | ViewPreTranscoding     | ViewUpdating+    | ViewLive     deriving (Bounded, Enum, Show, Read, Generic, Eq)  instance ToJSON ReadyToViewType where