From 35145202d2e463569989b710ab5b87f6d9a8fdc1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Sep 2011 16:50:49 -0400 Subject: remove command type definitions These were a mistake, they make the type signatures harder to read and less flexible. The CommandSeek, CommandStart, CommandPerform, and CommandCleanup types were a good idea, but composing them with the parameters expected is going too far. --- Command/InitRemote.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/InitRemote.hs') diff --git a/Command/InitRemote.hs b/Command/InitRemote.hs index 9859308e5..671f945d2 100644 --- a/Command/InitRemote.hs +++ b/Command/InitRemote.hs @@ -30,7 +30,7 @@ command = [repoCommand "initremote" seek :: [CommandSeek] seek = [withWords start] -start :: CommandStartWords +start :: [String] -> CommandStart start ws = do when (null ws) needname -- cgit v1.2.3