packages feed

libmpd 0.8.0.2 → 0.8.0.3

raw patch · 1 files changed

+7/−5 lines, 1 filesdep +attoparsecdep ~bytestringdep ~data-defaultdep ~textPVP ok

version bump matches the API change (PVP)

Dependencies added: attoparsec

Dependency ranges changed: bytestring, data-default, text

API changes (from Hackage documentation)

Files

libmpd.cabal view
@@ -1,5 +1,5 @@ Name:               libmpd-Version:            0.8.0.2+Version:            0.8.0.3 Synopsis:           An MPD client library. Description:        A client library for MPD, the Music Player Daemon                     (<http://www.musicpd.org/>).@@ -7,12 +7,12 @@  License:            LGPL License-file:       LICENSE-Copyright:          Ben Sinclair 2005-2009, Joachim Fasting 2013+Copyright:          Ben Sinclair 2005-2009, Joachim Fasting 2014 Author:             Ben Sinclair  Maintainer:         Joachim Fasting <joachim.fasting@gmail.com> Stability:          beta-Homepage:           http://github.com/joachifm/libmpd-haskell+Homepage:           http://github.com/joachifm/libmpd-haskell#readme Bug-reports:        http://github.com/joachifm/libmpd-haskell/issues  Tested-With:        GHC == 7.0.2@@ -49,8 +49,10 @@       , old-locale >= 1.0 && < 2.0       , time >= 1.1 && < 2.0       , containers >= 0.3 && < 0.6-      , bytestring >= 0.9 && < 0.11-      , text == 0.11.*+      , data-default >= 0.4.0 && < 0.6+      , bytestring >= 0.9 && < 1+      , text >= 0.11+      , attoparsec >= 0.10.1 && < 0.12      Exposed-Modules:         Network.MPD