only enable SHA backends that configure finds support for

This commit is contained in:
Joey Hess 2011-03-02 13:47:45 -04:00
commit a3daac8a8b
12 changed files with 57 additions and 89 deletions

View file

@ -26,7 +26,8 @@ module Backend (
fsckKey,
lookupFile,
chooseBackends,
keyBackend
keyBackend,
lookupBackendName
) where
import Control.Monad.State