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/SetKey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/SetKey.hs') diff --git a/Command/SetKey.hs b/Command/SetKey.hs index 2f6f9ea9e..c03c5d044 100644 --- a/Command/SetKey.hs +++ b/Command/SetKey.hs @@ -23,7 +23,7 @@ seek :: [CommandSeek] seek = [withStrings start] {- Sets cached content for a key. -} -start :: CommandStartString +start :: FilePath -> CommandStart start file = do showStart "setkey" file next $ perform file -- cgit v1.2.3