diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-26 16:25:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-26 16:25:55 -0400 |
commit | 4f050ca9b80d0565e408137f2422e808b82cfd11 (patch) | |
tree | 5aca9688e49dee8915a962de4baf4c305ccbfa9e /Command/Forget.hs | |
parent | 541178b499d084e4041ae4b9d62bf86f5a97c3ff (diff) |
reorganize some files and imports
Diffstat (limited to 'Command/Forget.hs')
-rw-r--r-- | Command/Forget.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Forget.hs b/Command/Forget.hs index 0f247f968..dbcce6cc3 100644 --- a/Command/Forget.hs +++ b/Command/Forget.hs @@ -12,7 +12,6 @@ import Command import qualified Annex.Branch as Branch import Logs.Transitions import qualified Annex -import qualified Option import Data.Time.Clock.POSIX @@ -24,7 +23,7 @@ forgetOptions :: [Option] forgetOptions = [dropDeadOption] dropDeadOption :: Option -dropDeadOption = Option.flag [] "drop-dead" "drop references to dead repositories" +dropDeadOption = flagOption [] "drop-dead" "drop references to dead repositories" seek :: CommandSeek seek ps = do |