[gitconv @ Initial commit]
[libmpd-haskell.git] / mpd.cabal
blob126842aa393bf98bce896785508a3015d5136fdb
1 Name:            mpd
2 Version:         0.1
3 License:         LGPL
4 License-file:    LICENSE
5 Copyright:       Ben Sinclair 2005
6 Author:          Ben Sinclair
7 Maintainer:      bsinclai@turing.une.edu.au
8 Stability:       alpha
9 Homepage:        http://turing.une.edu.au/~bsinclai/code
10 Package-URL:     http://turing.une.edu.au/~bsinclai/code/libmpd-haskell.tar.gz
11 Synopsis:        A library for interfacing with MPDs (Music Playing Daemon)
12 Tested-With:     GHC == 6.5
13 Build-Depends:   base, network
14 Exposed-Modules: MPD
15 ghc-options:     -Wall -O2