unbreak android build

This reverts commit dd667844b6
and commit e6eff0e951.

Those commits were fine, except the android autobuilder currently has a bit
of a mess of yesod versions and broke. Better to wait on this.
This commit is contained in:
Joey Hess 2014-10-14 14:38:38 -04:00
parent 4d681ae38b
commit 7bfc4a5442
5 changed files with 29 additions and 13 deletions

View file

@ -194,11 +194,11 @@ tryScan r
| Git.repoIsUrl r = return Nothing
| otherwise = liftIO $ safely $ Git.Config.read r
where
pipedconfig cmd params = liftIO $ safely $
pipedconfig c params = liftIO $ safely $
withHandle StdoutHandle createProcessSuccess p $
Git.Config.hRead r
where
p = proc cmd $ toCommand params
p = proc c $ toCommand params
configlist = Ssh.onRemote r (pipedconfig, return Nothing) "configlist" [] []
manualconfiglist = do