[tighten mpd interface Evan Martin **20060217023713] { hunk ./MPD.hs 4 -module MPD where +module MPD ( + Connection, connect, + runCommand, runCommand_, + setVolume, getVolume +) where }