diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-17 13:57:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-17 13:57:52 -0400 |
commit | 16dfb953454a24d06e8ae223b762fc0e078b0918 (patch) | |
tree | 92d5d49758f43992ffcf9a280f1044ec0bf697ff /Remote | |
parent | cbb5cb34a61d45769eac2b4930b3b233939ee61e (diff) |
move dummy uuids to Annex.UUID
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/BitTorrent.hs | 5 | ||||
-rw-r--r-- | Remote/Web.hs | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Remote/BitTorrent.hs b/Remote/BitTorrent.hs index 1f616f658..1e90717f5 100644 --- a/Remote/BitTorrent.hs +++ b/Remote/BitTorrent.hs @@ -23,15 +23,12 @@ import Utility.Metered import Utility.Tmp import Backend.URL import Annex.Perms +import Annex.UUID import qualified Annex.Url as Url import qualified Data.Map as M import Network.URI --- Dummy uuid for bittorrent. Do not alter. -bitTorrentUUID :: UUID -bitTorrentUUID = UUID "00000000-0000-0000-0000-000000000002" - remote :: RemoteType remote = RemoteType { typename = "bittorrent", diff --git a/Remote/Web.hs b/Remote/Web.hs index 7d6cd2938..594f90b97 100644 --- a/Remote/Web.hs +++ b/Remote/Web.hs @@ -16,6 +16,7 @@ import qualified Git.Construct import Annex.Content import Config.Cost import Logs.Web +import Annex.UUID import Types.Key import Utility.Metered import qualified Annex.Url as Url |