From f03ea693d59d93a59df6a31ffa625f0275d77ef0 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 29 Dec 2007 18:13:09 +0000 Subject: [PATCH] [gitconv @ tests/Commands.hs: tweak import order.] --- tests/Commands.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Commands.hs b/tests/Commands.hs index e44bd86..514ad5a 100644 --- a/tests/Commands.hs +++ b/tests/Commands.hs @@ -5,10 +5,10 @@ module Main (main) where import Network.MPD.Commands import Network.MPD.Prim (Response) import Network.MPD.StringConn -import Text.Printf import Control.Monad import Data.Maybe +import Text.Printf main = mapM_ (\(n, f) -> f >>= \x -> printf "%-14s: %s\n" n x) tests where tests = [("enableOutput", testEnableOutput) -- 2.11.4.GIT