diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-30 15:10:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-30 15:10:10 -0400 |
commit | 23da029b75417fc6acac795204e2579b13011ab0 (patch) | |
tree | 375a98f1151ff0eaba6ba58c290583943c0e7676 /Backend.hs | |
parent | 83715949c95be7f50e6ec07e3a7356b2b1f7cad1 (diff) |
Support building with Debian stable's ghc.
Diffstat (limited to 'Backend.hs')
-rw-r--r-- | Backend.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Backend.hs b/Backend.hs index b7c52ddec..59df37fc4 100644 --- a/Backend.hs +++ b/Backend.hs @@ -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] |