diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-15 19:33:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-15 19:33:10 -0400 |
commit | 5de102d5b90fb621bdb1bd81cf5f562a9a2549e4 (patch) | |
tree | c5b6c8eb9aebbc7c525fcea448d9f7fbac826d83 /BackendList.hs | |
parent | e67887d98b61aeabffc9d1a231421bb00848dd13 (diff) |
rename backends more
Diffstat (limited to 'BackendList.hs')
-rw-r--r-- | BackendList.hs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/BackendList.hs b/BackendList.hs index 93c0464f1..42e237204 100644 --- a/BackendList.hs +++ b/BackendList.hs @@ -10,13 +10,13 @@ module BackendList ( import BackendTypes -- When adding a new backend, import it here and add it to the list. -import qualified Backend.Worm -import qualified Backend.Checksum -import qualified Backend.Url +import qualified Backend.WORM +import qualified Backend.SHA1 +import qualified Backend.URL supportedBackends = - [ Backend.Worm.backend - , Backend.Checksum.backend - , Backend.Url.backend + [ Backend.WORM.backend + , Backend.SHA1.backend + , Backend.URL.backend ] {- Parses a string with a list of backend names into |