diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-30 13:25:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-30 13:25:37 -0400 |
commit | f0497312a77d59f24c8273245ac324b02bb1eb13 (patch) | |
tree | 84fc94674e7bc2d99d1663e020f63d5e7b1c5db7 /Annex.hs | |
parent | 0f2859454cb1d1edd779fccd9b35e2b5d78b0861 (diff) |
rename GitQueue to Git.Queue
Diffstat (limited to 'Annex.hs')
-rw-r--r-- | Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ module Annex ( import Control.Monad.State import qualified Git -import GitQueue +import Git.Queue import Types.Backend import Types.Remote import Types.Crypto |