tests/coverage: /Network.MPD.StringConn/StringConn/
[libmpd_haskell.git] / libmpd.cabal
blobb7272914c911150e4aa24db1793fb650a085313f
1 Name:               libmpd
2 Version:            0.3.0
3 License:            LGPL
4 License-file:       LICENSE
5 Copyright:          Ben Sinclair 2005-2008
6 Author:             Ben Sinclair
7 Maintainer:         bsinclai@turing.une.edu.au
8 Stability:          beta
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
15 Build-Type:         Simple
16 Cabal-Version:      >= 1.2
17 Extra-Source-Files: TODO README ChangeLog tests/Properties.hs tests/Commands.hs
18                     tests/Main.hs tests/Displayable.hs tests/run-tests
19                     tests/coverage
21 Library
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
29     ghc-options:        -Wall
30     ghc-prof-options:   -auto-all -prof