packages feed

liblastfm 0.1.0.0 → 0.1.1.0

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

liblastfm.cabal view
@@ -1,5 +1,5 @@ name: liblastfm-version: 0.1.0.0+version: 0.1.1.0 synopsis: Lastfm API interface license: MIT license-file: LICENSE
src/Network/Lastfm/Response.hs view
@@ -57,7 +57,7 @@     v ← decode b     case parseMaybe ((.: "error") <=< parseJSON) v of       Just (_ ∷ Int) →-        throw (C.StatusCodeException C.status400 (("Response", Strict.concat $ Lazy.toChunks b) : hs))+        throw (C.StatusCodeException C.status400 (("Response", Strict.concat $ Lazy.toChunks b) : hs) (C.createCookieJar []))       _ → return v   base = R     { _host = "https://ws.audioscrobbler.com/2.0/"