summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-14 02:12:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-14 02:12:41 -0400
commiteda80e44c5fb399fa4e5625388d6e0f993b0f779 (patch)
tree1c598d5db77ebc5405cac4a85282ff4fb29a2bb1 /git-annex.hs
parente47dca162a0ca0144172c9a61a47d1e0b5ad04b7 (diff)
add module that only exports abstract types
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.hs b/git-annex.hs
index 935be2f1e..be5168755 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -6,7 +6,7 @@ import System.IO
import System.Environment
import Control.Exception
import CmdLine
-import Types
+import AbstractTypes
import Annex
main = do