From 20ba7d20fc3af48d166297fcb626b0e8b211cd8b Mon Sep 17 00:00:00 2001 From: Ben Sinclair Date: Thu, 4 Oct 2007 13:56:00 +0000 Subject: [PATCH] MPD.kill: move into Commands.hs, Admin commands. darcs-hash:20071004135600-87dc9-c56ee5e2a7e65c2cbbce5e54c9a2332c66776ced.gz --- Network/MPD.hs | 2 -- Network/MPD/Commands.hs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Network/MPD.hs b/Network/MPD.hs index d86c24a..b737ffe 100644 --- a/Network/MPD.hs +++ b/Network/MPD.hs @@ -32,8 +32,6 @@ module Network.MPD ( module Network.MPD.Commands, -- * Connections withMPD, withMPDEx, - -- * Misc. - kill ) where import Network.MPD.Commands diff --git a/Network/MPD/Commands.hs b/Network/MPD/Commands.hs index b2560e3..a7598ea 100644 --- a/Network/MPD/Commands.hs +++ b/Network/MPD/Commands.hs @@ -35,7 +35,7 @@ module Network.MPD.Commands ( Song(..), Count(..), -- * Admin commands - disableOutput, enableOutput, outputs, update, + disableOutput, enableOutput, kill, outputs, update, -- * Database commands find, list, listAll, listAllInfo, lsInfo, search, count, -- 2.11.4.GIT