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/Unused.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Unused.hs') diff --git a/Command/Unused.hs b/Command/Unused.hs index 960b2e1df..535b9b33e 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -37,7 +37,7 @@ seek :: [CommandSeek] seek = [withNothing start] {- Finds unused content in the annex. -} -start :: CommandStartNothing +start :: CommandStart start = notBareRepo $ do from <- Annex.getState Annex.fromremote let (name, action) = case from of -- cgit v1.2.3