[gitconv @ Add unit test for seeking in current song]
[libmpd-haskell.git] / libmpd.cabal
blob400d30496895687bfb1c97d440f70ca3c8ab2064
1 Name:               libmpd
2 Version:            0.1.3
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:          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                     (<http://www.musicpd.org/>).
13 Category:           Network, Sound
14 Tested-With:        GHC == 6.5, GHC == 6.6.1, Hugs == 2006.9
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/run-tests
20 flag test
21     Description: Test build
22     Default:     False
24 flag splitBase
25     Description: Choose the new smaller, split-up base package.
27 Library
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
33     if flag(test)
34         ghc-options:    -Wall -Werror -O
35     else
36         ghc-options:    -Wall -O2
38     ghc-prof-options:   -auto-all -prof