summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-30 13:25:37 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-30 13:25:37 -0400
commitf0497312a77d59f24c8273245ac324b02bb1eb13 (patch)
tree84fc94674e7bc2d99d1663e020f63d5e7b1c5db7 /Annex.hs
parent0f2859454cb1d1edd779fccd9b35e2b5d78b0861 (diff)
rename GitQueue to Git.Queue
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex.hs b/Annex.hs
index e2f4a1020..c21cfb37c 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -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