[gitconv @ README: typo.]
[libmpd-haskell.git] / README
blob1d76cd4f0000b6749d60f041b49c5b28b3509caa
2            libmpd-haskell : An MPD client library for Haskell
3          ------------------------------------------------------
5 Dependencies:
6     The Glasgow Haskell Compiler >= 6.4       http://haskell.org/ghc
7     Cabal > 1.0                               http://haskell.org/cabal
8     network                                   http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network
10 Building:
11     $ chmod +x configure Setup.lhs
12     $ ./Setup.lhs configure --prefix=${HOME}
13     $ ./Setup.lhs build
14     $ ./Setup.lhs install --user
16     This assumes you have Cabal installed. Cabal is installed by
17     default with newer GHCs.
19 Use:
20     Import the MPD module and specify the mpd package (-package mpd)
21     when compiling, or add it to the `Build-Depends' list in your
22     `_.cabal' file.
24 Initialisation:
25     Provide a running MPD's hostname and port to MPD.connect.
27 Limitations:
28     Most of the API is complete, but some parts, most notably parsing, is
29     not yet as good as it could be.
31 Platforms:
32     libmpd-haskell has been confirmed to work on:
33         Linux/x86
34     Seems to work on Windows XP as well, but there is no MPD support for
35     that platform.
37 Latest Sources:
38     darcs get http://turing.une.edu.au/~bsinclai/code/libmpd-haskell
40 License:
41     LGPL
43 Authors:
44     Ben Sinclair <bsinclai@turing.une.edu.au>
45     Joachim Fasting <joachim.fasting@gmail.com>