summaryrefslogtreecommitdiff
path: root/Backend/URL.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Backend/URL.hs')
-rw-r--r--Backend/URL.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Backend/URL.hs b/Backend/URL.hs
index 3068c3027..e41004dd4 100644
--- a/Backend/URL.hs
+++ b/Backend/URL.hs
@@ -10,10 +10,10 @@ module Backend.URL (backends) where
import Control.Monad.State (liftIO)
import Types
-import BackendClass
+import Types.Backend
import Utility
import Messages
-import Key
+import Types.Key
backends :: [Backend Annex]
backends = [backend]