From 82161654830b0dc4187e9928555c9321ef61bb89 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Jan 2015 16:11:28 -0400 Subject: import Data.Default in Common --- Remote/External.hs | 1 - Remote/Hook.hs | 1 - Remote/Rsync.hs | 1 - 3 files changed, 3 deletions(-) (limited to 'Remote') diff --git a/Remote/External.hs b/Remote/External.hs index b660c4f1b..0579400ed 100644 --- a/Remote/External.hs +++ b/Remote/External.hs @@ -28,7 +28,6 @@ import Creds import Control.Concurrent.STM import System.Log.Logger (debugM) import qualified Data.Map as M -import Data.Default remote :: RemoteType remote = RemoteType { diff --git a/Remote/Hook.hs b/Remote/Hook.hs index 31b5ab7c5..592564772 100644 --- a/Remote/Hook.hs +++ b/Remote/Hook.hs @@ -18,7 +18,6 @@ import Annex.UUID import Remote.Helper.Special import Utility.Env -import Data.Default import qualified Data.Map as M type Action = String diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index 527bfb80a..04bbb19a7 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -38,7 +38,6 @@ import Logs.Transfer import Types.Creds import Types.Key (isChunkKey) -import Data.Default import qualified Data.Map as M remote :: RemoteType -- cgit v1.2.3