packages feed

gopro-plus 0.6.6.3 → 0.6.6.4

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

gopro-plus.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.0.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack  name:           gopro-plus-version:        0.6.6.3+version:        0.6.6.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/Media.hs view
@@ -210,7 +210,7 @@  -- | List all media while returned batches pass the given predicate. listWhile :: (HasGoProAuth m, MonadIO m) => ([Medium] -> Bool) -> m [Medium]-listWhile f = Map.elems <$> dig 0 mempty+listWhile f = Map.elems <$> dig 1 mempty     where       dig n m = do         (ms, _) <- list 100 n