gopro-plus 0.4.1.0 → 0.4.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- GoPro.Plus.Media: SidecarFile :: Int -> String -> String -> String -> String -> SidecarFile
+ GoPro.Plus.Media: SidecarFile :: Double -> String -> String -> String -> String -> SidecarFile
- GoPro.Plus.Media: [_sidecar_fps] :: SidecarFile -> Int
+ GoPro.Plus.Media: [_sidecar_fps] :: SidecarFile -> Double
- GoPro.Plus.Media: sidecar_fps :: Lens' SidecarFile Int
+ GoPro.Plus.Media: sidecar_fps :: Lens' SidecarFile Double
Files
- gopro-plus.cabal +2/−2
- src/GoPro/Plus/Media.hs +1/−1
gopro-plus.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 0c596a3df2de59436a312bfc424e21230568752498bcd759c9a005c680dc8f1b+-- hash: 5b7fb7002e78e23ecd379959812b6b7c768dd92c34f4c9209fb38f4fb3b6bf65 name: gopro-plus-version: 0.4.1.0+version: 0.4.1.1 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
@@ -287,7 +287,7 @@ } data SidecarFile = SidecarFile- { _sidecar_fps :: Int+ { _sidecar_fps :: Double , _sidecar_label :: String , _sidecar_type :: String , _sidecar_head :: String