diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-28 16:11:28 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-28 16:11:28 -0400 |
commit | 82161654830b0dc4187e9928555c9321ef61bb89 (patch) | |
tree | fef3edba1366663956ed484a9c9951616765d505 /Remote | |
parent | 7ca8ec00a7fcda71a08d22f06838424765a1b215 (diff) |
import Data.Default in Common
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/External.hs | 1 | ||||
-rw-r--r-- | Remote/Hook.hs | 1 | ||||
-rw-r--r-- | Remote/Rsync.hs | 1 |
3 files changed, 0 insertions, 3 deletions
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 |