convert GitRepo to qualified import
This commit is contained in:
parent
eda80e44c5
commit
48643b68b3
11 changed files with 173 additions and 189 deletions
|
@ -12,7 +12,7 @@ import Annex
|
|||
main = do
|
||||
args <- getArgs
|
||||
(mode, params) <- argvToMode args
|
||||
state <- startAnnex
|
||||
state <- start
|
||||
tryRun state mode 0 0 params
|
||||
|
||||
{- Processes each param in the list by dispatching the handler function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue