ok, let's just use extensible-exceptions

This commit is contained in:
Joey Hess 2010-10-30 17:29:11 -04:00
parent fad1616e68
commit 583e8118d4
3 changed files with 2 additions and 20 deletions

View file

@ -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]