[gitconv @ Rename Prim.hs to Core.hs.]
[libmpd-haskell.git] / libmpd.cabal
blob834d30c128ede243d68db32d7efbc491c267c48e
1 Name:               libmpd
2 Version:            0.1.3
3 License:            LGPL
4 License-file:       LICENSE
5 Copyright:          Ben Sinclair 2005-2007
6 Author:             Ben Sinclair
7 Maintainer:         bsinclai@turing.une.edu.au
8 Stability:          alpha
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 Category:           Network, Sound
13 Tested-With:        GHC == 6.5, GHC == 6.6.1, Hugs == 2006.9
14 Build-Depends:      base, network, mtl, filepath
15 Extra-Source-Files: TODO README ChangeLog tests/Properties.hs tests/Commands.hs
16                     tests/run-tests
17 Exposed-Modules:    Network.MPD
18 Other-Modules:      Network.MPD.Core, Network.MPD.Commands, Network.MPD.SocketConn,
19                     Network.MPD.StringConn Network.MPD.Utils
20 ghc-options:        -Wall -O2
21 ghc-prof-options:   -auto-all -prof