packages feed

liblastfm 0.0.3.4 → 0.0.3.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~bytestringdep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, template-haskell

API changes (from Hackage documentation)

Files

liblastfm.cabal view
@@ -1,5 +1,5 @@ name: liblastfm-version: 0.0.3.4+version: 0.0.3.5 synopsis: Wrapper to Lastfm API license: MIT license-file: LICENSE@@ -17,8 +17,8 @@  library   build-depends: base >= 3 && < 5,-                 template-haskell,-                 bytestring == 0.9.*,+                 template-haskell >= 2.4 && < 2.9,+                 bytestring >= 0.9 && < 0.11,                  mtl == 2.*,                  curl == 1.3.7,                  pureMD5 == 2.1.*,