summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
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