packages feed

Cabal revisions of libmpd-0.7.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:               libmpd Version:            0.7.2+x-revision: 1 License:            LGPL License-file:       LICENSE Copyright:          Ben Sinclair 2005-2009, Joachim Fasting 2012     location:   git://github.com/joachifm/libmpd-haskell.git  Library-    Build-Depends:      base >= 4 && < 5,+    Build-Depends:      base >= 4 && < 4.6,                         mtl >= 2.0 && < 2.1,                         network >= 2.1 && < 2.4,                         filepath >= 1.0 && < 1.4,                         utf8-string >= 0.3.1 && < 0.4,                         old-locale >= 1.0 && < 2.0,-                        time >= 1.1 && < 2.0,+                        time >= 1.1 && < 1.5,                         containers >= 0.3 && < 0.5     Exposed-Modules:    Network.MPD, Network.MPD.Commands.Extensions,                         Network.MPD.Core
revision 2
 Name:               libmpd Version:            0.7.2-x-revision: 1+x-revision: 2 License:            LGPL License-file:       LICENSE Copyright:          Ben Sinclair 2005-2009, Joachim Fasting 2012 flag test     Description: Build test driver     Default: False+    Manual: True  flag coverage     Description: Build driver with hpc instrumentation     Default: False+    Manual: True  Source-Repository head     type:       git