summaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-16 16:05:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-16 16:05:05 -0400
commite7b557ef5d347831142fd98eac901d79c7e1305d (patch)
treedbd5d0bcb578e457a6bb23a856b27f4aa27abd36 /Backend
parent84836ed804633fa3d8ff50064331b8b90bb160dd (diff)
got rid of Core module
Most of it was to do with managing annexed Content, so put there
Diffstat (limited to 'Backend')
-rw-r--r--Backend/File.hs2
-rw-r--r--Backend/SHA1.hs2
-rw-r--r--Backend/WORM.hs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Backend/File.hs b/Backend/File.hs
index 073a7c226..27b2a6901 100644
--- a/Backend/File.hs
+++ b/Backend/File.hs
@@ -22,7 +22,7 @@ import LocationLog
import Locations
import qualified Remotes
import qualified GitRepo as Git
-import Core
+import Content
import qualified Annex
import UUID
import Messages
diff --git a/Backend/SHA1.hs b/Backend/SHA1.hs
index 68f7f683b..2f3e2cf53 100644
--- a/Backend/SHA1.hs
+++ b/Backend/SHA1.hs
@@ -18,7 +18,7 @@ import TypeInternals
import Messages
import qualified Annex
import Locations
-import Core
+import Content
backend :: Backend
backend = Backend.File.backend {
diff --git a/Backend/WORM.hs b/Backend/WORM.hs
index e9d8c4285..0c9301238 100644
--- a/Backend/WORM.hs
+++ b/Backend/WORM.hs
@@ -18,7 +18,7 @@ import qualified Backend.File
import TypeInternals
import Locations
import qualified Annex
-import Core
+import Content
import Messages
backend :: Backend