5 Copyright: Ben Sinclair 2005-2008
7 Maintainer: bsinclai@turing.une.edu.au
9 Homepage: http://turing.une.edu.au/~bsinclai/code/libmpd-haskell.html
10 Synopsis: An MPD client library.
11 Description: A client library for MPD, the Music Player Daemon
12 (<http://www.musicpd.org/>).
13 Category: Network, Sound
14 Tested-With: GHC == 6.6.1, GHC == 6.8.2
17 Extra-Source-Files: TODO README ChangeLog tests/Properties.hs tests/Commands.hs
18 tests/Main.hs tests/Displayable.hs tests/run-tests
22 Build-Depends: base >= 2.1.1, network >= 2.0.1, mtl >= 1.0.1,
23 filepath >= 1.0, utf8-string >= 0.3.1
24 Exposed-Modules: Network.MPD
25 Other-Modules: Network.MPD.Core, Network.MPD.Commands,
26 Network.MPD.Parse, Network.MPD.SocketConn,
27 Network.MPD.Types, Network.MPD.Utils
30 ghc-prof-options: -auto-all -prof