gopro-plus 0.6.5.1 → 0.6.5.2
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ GoPro.Plus.Media: Continuous :: MediumType
+ GoPro.Plus.Media: ExternalVideo :: MediumType
+ GoPro.Plus.Media: MultiClipEdit :: MediumType
+ GoPro.Plus.Media: Session :: MediumType
Files
- gopro-plus.cabal +2/−2
- src/GoPro/Plus/Media.hs +4/−0
gopro-plus.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.6.+-- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack name: gopro-plus-version: 0.6.5.1+version: 0.6.5.2 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
@@ -102,6 +102,10 @@ | Looped | LoopedVideo | BurstVideo+ | Continuous+ | ExternalVideo+ | Session+ | MultiClipEdit deriving (Bounded, Enum, Show, Read, Eq) instance ToJSON MediumType where