summaryrefslogtreecommitdiff
path: root/Build/TestConfig.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-10-27 11:09:55 -0400
committerJoey Hess <joey@kitenet.net>2014-10-27 11:09:55 -0400
commitc3b9e3d64ae4082b627ffa50996ee403b09759d5 (patch)
tree65e650b697c2edd59b91e0b138155548c80173e7 /Build/TestConfig.hs
parenta75b13f2565e7908eb3e86477c447ce7ca575820 (diff)
downloadgit-repair-c3b9e3d64ae4082b627ffa50996ee403b09759d5.tar.gz
Merge Build/ from git-annex, including removing a use of deprecated System.Cmd.
Diffstat (limited to 'Build/TestConfig.hs')
-rw-r--r--Build/TestConfig.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/TestConfig.hs b/Build/TestConfig.hs
index 8628ebe..e55641f 100644
--- a/Build/TestConfig.hs
+++ b/Build/TestConfig.hs
@@ -7,8 +7,6 @@ import Utility.Monad
import Utility.SafeCommand
import System.IO
-import System.Cmd
-import System.Exit
import System.FilePath
import System.Directory