From 5cfc0324bb40489f23d93fa986fc5a784e0293b2 Mon Sep 17 00:00:00 2001 From: Ben Sinclair Date: Sun, 30 Sep 2007 16:50:00 +0000 Subject: [PATCH] README: update for new package name. darcs-hash:20070930165014-87dc9-edb3b72f67be3aa534e13d19db8feb17af02ffa9.gz --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index dac952a..853f056 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ - libmpd-haskell : An MPD client library for Haskell - ------------------------------------------------------ + libmpd : An MPD client library for Haskell + -------------------------------------------- Dependencies: The Glasgow Haskell Compiler >= 6.4 http://haskell.org/ghc @@ -18,16 +18,16 @@ Building: default with newer GHCs. Use: - Import the MPD module and specify the mpd package (-package mpd) - when compiling, or add it to the `Build-Depends' list in your - `_.cabal' file. + Import the Network.MPD module and specify the libmpd package + (-package libmpd) when compiling, or add it to the `Build-Depends' + list in your `_.cabal' file. Limitations: Most of the API is complete, but some parts, most notably parsing, are not yet as good as they could be. Platforms: - libmpd-haskell has been confirmed to work on: + libmpd has been confirmed to work on: Linux/x86 Seems to work on Windows XP as well, but there is no MPD support for that platform. -- 2.11.4.GIT