aboutsummaryrefslogtreecommitdiff
path: root/Command/InAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-15 22:04:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-15 22:04:50 -0400
commit4594bd51c1754bc7e1fdf03d83569aeea163e761 (patch)
treec8af87eac86a875d377dce04aa6933218ba817a1 /Command/InAnnex.hs
parentf27df5e6584ed6a09be4a9bb1030be132c2d8051 (diff)
rename file
Diffstat (limited to 'Command/InAnnex.hs')
-rw-r--r--Command/InAnnex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/InAnnex.hs b/Command/InAnnex.hs
index 4a4102754..a2beda4a5 100644
--- a/Command/InAnnex.hs
+++ b/Command/InAnnex.hs
@@ -13,7 +13,7 @@ import System.Exit
import Command
import Content
import qualified Backend
-import qualified BackendTypes
+import qualified BackendClass
import Key
command :: [Command]
@@ -28,7 +28,7 @@ start keyname = do
backends <- Backend.list
let key = stubKey {
keyName = keyname,
- keyBackendName = BackendTypes.name (head backends)
+ keyBackendName = BackendClass.name (head backends)
}
error "BROKEN. fixme!"
present <- inAnnex key