[gitconv @ Add unit test for seeking in current song]
[libmpd-haskell.git] / mpd.cabal
blobff67d6ffa0e16722834415c6aa2ffbfc17155493
1 Name:               mpd
2 Version:            0.1.1
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 Category:           Network, Sound
12 Tested-With:        GHC == 6.5, GHC == 6.6.1, Hugs == 2006.9
13 Build-Depends:      base, network, mtl
14 Extra-Source-Files: TODO README ChangeLog
15 Exposed-Modules:    Network.MPD
16 Other-Modules:      Network.MPD.Prim, Network.MPD.Commands
17 ghc-options:        -Wall -O2
18 ghc-prof-options:   -auto-all -prof