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.5, GHC == 6.6.1, Hugs == 2006.9
17 Extra-Source-Files: TODO README ChangeLog tests/Properties.hs tests/Commands.hs
18 tests/Main.hs tests/run-tests
21 Description: Test build
25 Description: Choose the new smaller, split-up base package.
28 Build-Depends: base, network, mtl, filepath
29 Exposed-Modules: Network.MPD
30 Other-Modules: Network.MPD.Core, Network.MPD.Commands, Network.MPD.SocketConn,
31 Network.MPD.StringConn Network.MPD.Utils
34 ghc-options: -Wall -Werror -O
36 ghc-options: -Wall -O2
38 ghc-prof-options: -auto-all -prof