summaryrefslogtreecommitdiff
path: root/Upgrade.hs
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 /Upgrade.hs
parent84836ed804633fa3d8ff50064331b8b90bb160dd (diff)
got rid of Core module
Most of it was to do with managing annexed Content, so put there
Diffstat (limited to 'Upgrade.hs')
-rw-r--r--Upgrade.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrade.hs b/Upgrade.hs
index 2e1708439..596d525db 100644
--- a/Upgrade.hs
+++ b/Upgrade.hs
@@ -14,7 +14,7 @@ import Control.Monad (filterM)
import System.Posix.Files
import System.FilePath
-import Core
+import Content
import Types
import Locations
import qualified GitRepo as Git