diff options
Diffstat (limited to 'BackendList.hs')
-rw-r--r-- | BackendList.hs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/BackendList.hs b/BackendList.hs index c3a1b13a1..f733a44be 100644 --- a/BackendList.hs +++ b/BackendList.hs @@ -1,9 +1,13 @@ {- git-annex backend list - -} -module BackendList where +module BackendList ( + supportedBackends, + parseBackendList, + lookupBackendName +) where -import Backend +import BackendType -- When adding a new backend, import it here and add it to the list. import qualified BackendFile |