summaryrefslogtreecommitdiff
path: root/git-repair.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-repair.hs')
-rw-r--r--git-repair.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/git-repair.hs b/git-repair.hs
index 4076c15..ce4d16a 100644
--- a/git-repair.hs
+++ b/git-repair.hs
@@ -2,7 +2,7 @@
-
- Copyright 2013 Joey Hess <joey@kitenet.net>
-
- - Licensed under the GNU GPL version 3 or higher.
+ - Licensed under the GNU AGPL version 3 or higher.
-}
import Options.Applicative
@@ -14,8 +14,7 @@ import qualified Git.Config
import qualified Git.Construct
import qualified Git.Destroyer
import qualified Git.Fsck
-import Utility.Tmp
-import Utility.FileSystemEncoding
+import Utility.Tmp.Dir
data Settings = Settings
{ forced :: Bool