summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-17 13:57:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-17 13:57:52 -0400
commit16dfb953454a24d06e8ae223b762fc0e078b0918 (patch)
tree92d5d49758f43992ffcf9a280f1044ec0bf697ff /Command
parentcbb5cb34a61d45769eac2b4930b3b233939ee61e (diff)
move dummy uuids to Annex.UUID
Diffstat (limited to 'Command')
-rw-r--r--Command/AddUrl.hs1
-rw-r--r--Command/ImportFeed.hs1
-rw-r--r--Command/RmUrl.hs1
3 files changed, 3 insertions, 0 deletions
diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs
index 8688c8a57..1833cc2a7 100644
--- a/Command/AddUrl.hs
+++ b/Command/AddUrl.hs
@@ -22,6 +22,7 @@ import qualified Backend.URL
import qualified Remote
import qualified Types.Remote as Remote
import Annex.Content
+import Annex.UUID
import Logs.Web
import Types.Key
import Types.KeySource
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs
index d827d549f..c45fad961 100644
--- a/Command/ImportFeed.hs
+++ b/Command/ImportFeed.hs
@@ -30,6 +30,7 @@ import qualified Utility.Format
import Utility.Tmp
import Command.AddUrl (addUrlFile, downloadRemoteFile, relaxedOption)
import Annex.Perms
+import Annex.UUID
import Backend.URL (fromUrl)
#ifdef WITH_QUVI
import Annex.Quvi
diff --git a/Command/RmUrl.hs b/Command/RmUrl.hs
index 570004266..514dcc689 100644
--- a/Command/RmUrl.hs
+++ b/Command/RmUrl.hs
@@ -10,6 +10,7 @@ module Command.RmUrl where
import Common.Annex
import Command
import Logs.Web
+import Annex.UUID
import qualified Remote
cmd :: [Command]