Name: libmpd Version: 0.6.0 License: LGPL License-file: LICENSE Copyright: Ben Sinclair 2005-2009, Joachim Fasting 2010, 2011 Author: Ben Sinclair Maintainer: Joachim Fasting Stability: beta Homepage: http://github.com/joachifm/libmpd-haskell Bug-reports: http://github.com/joachifm/libmpd-haskell/issues Synopsis: An MPD client library. Description: A client library for MPD, the Music Player Daemon (). Category: Network, Sound Tested-With: GHC == 7.0.2 Build-Type: Simple Cabal-Version: >= 1.6 Extra-Source-Files: README.md NEWS tests/Properties.hs tests/Commands.hs tests/Main.hs tests/Displayable.hs tests/run-tests.lhs tests/coverage.lhs flag test Description: Build test driver Default: False flag coverage Description: Build driver with hpc instrumentation Default: False Source-Repository head type: git location: git://github.com/joachifm/libmpd-haskell.git Library Build-Depends: base >= 4 && < 5, mtl >= 2.0 && < 2.1, network >= 2.1 && < 2.4, filepath >= 1.0 && < 1.3, utf8-string >= 0.3.1 && < 0.4, old-locale >= 1.0 && < 2.0, time >= 1.1 && < 2.0, containers >= 0.4 && < 0.5 Exposed-Modules: Network.MPD, Network.MPD.Commands.Extensions, Network.MPD.Core Other-Modules: Network.MPD.Core.Class, Network.MPD.Core.Error, Network.MPD.Commands, Network.MPD.Commands.Arg, Network.MPD.Commands.Parse, Network.MPD.Commands.Query, Network.MPD.Commands.Types, Network.MPD.Commands.Util, Network.MPD.Utils ghc-prof-options: -auto-all -prof if flag(test) Buildable: False Executable test Hs-Source-Dirs: . tests Main-Is: tests/Main.hs Build-Depends: base ==4.*, network, mtl, filepath, utf8-string -- Dependencies that are only required by the test-suite: if flag(test) Build-Depends: QuickCheck ==2.1.*, time, containers ghc-options: -Wall -Werror -fno-warn-warnings-deprecations -fno-warn-type-defaults if flag(coverage) ghc-options: -fhpc if !flag(test) Buildable: False