upgrade groundwork

pulled in old versions of functions for working with keys

Wrote a parser from old key filenames to new keys.
This commit is contained in:
Joey Hess 2011-03-16 01:23:20 -04:00
parent f1e010f42e
commit e227c210ec
4 changed files with 241 additions and 115 deletions

View file

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