missing import

This commit is contained in:
Joey Hess 2013-10-17 19:39:22 -04:00
parent e93206e294
commit 16243b9972

View file

@ -15,6 +15,9 @@ import Common
import Git
import Git.Types
import qualified Utility.CoProcess as CoProcess
#ifdef mingw32_HOST_OS
import Git.Filename
#endif
{- Constructs a git command line operating on the specified repo. -}
gitCommandLine :: [CommandParam] -> Repo -> [CommandParam]