Support building with Debian stable's ghc.

This commit is contained in:
Joey Hess 2010-10-30 15:10:10 -04:00
parent 83715949c9
commit 23da029b75
6 changed files with 16 additions and 1 deletions

View file

@ -39,6 +39,7 @@ 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]