summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Backend.hs b/Backend.hs
index 59df37fc4..00b2833e0 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -27,7 +27,7 @@ module Backend (
) where
import Control.Monad.State
-import Control.Exception
+import Control.Exception.Extensible
import System.Directory
import System.FilePath
import Data.String.Utils
@@ -39,7 +39,6 @@ import qualified Annex
import Utility
import Types
import qualified TypeInternals as Internals
-import Portability
{- List of backends in the order to try them when storing a new key. -}
list :: Annex [Backend]