ok, let's just use extensible-exceptions
This commit is contained in:
parent
fad1616e68
commit
583e8118d4
3 changed files with 2 additions and 20 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue