diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-14 15:56:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-14 15:56:11 -0400 |
commit | ef28b3fef7e236d8c27ce35308c0e37ece58d20c (patch) | |
tree | 346b40aaffcdb2ad5220741d9b9546821d07c4c9 /Git/Queue.hs | |
parent | 02f1bd2bf47d3ff49a222e9428ec27708ef55f64 (diff) |
split out Git/Command.hs
Diffstat (limited to 'Git/Queue.hs')
-rw-r--r-- | Git/Queue.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Git/Queue.hs b/Git/Queue.hs index 70c766d04..73470b1f0 100644 --- a/Git/Queue.hs +++ b/Git/Queue.hs @@ -22,6 +22,7 @@ import Control.Monad (forM_) import Utility.SafeCommand import Git +import Git.Command {- An action to perform in a git repository. The file to act on - is not included, and must be able to be appended after the params. -} |