summaryrefslogtreecommitdiff
path: root/Backend/WORM.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-01 21:56:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-01 21:56:04 -0400
commit703c437bd9c6cb9e4675b65ac2b107f76b135d71 (patch)
treea6f35036bdd2b33aca50fd899448a0f6e3b60507 /Backend/WORM.hs
parent971ab27e7820a3228f71dd42f3e870c0fc2f4345 (diff)
rename modules for data types into Types/ directory
Diffstat (limited to 'Backend/WORM.hs')
-rw-r--r--Backend/WORM.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Backend/WORM.hs b/Backend/WORM.hs
index b33c60763..dc2e48adc 100644
--- a/Backend/WORM.hs
+++ b/Backend/WORM.hs
@@ -12,9 +12,9 @@ import System.FilePath
import System.Posix.Files
import qualified Backend.File
-import BackendClass
+import Types.Backend
import Types
-import Key
+import Types.Key
backends :: [Backend Annex]
backends = [backend]