diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-18 15:40:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-18 15:40:44 -0400 |
commit | 1d8c4d5d02cc045430f281395a2a0933f8be1e92 (patch) | |
tree | 9540cf1e877f292b21bcdd1f86de63a3e5d84095 /Build | |
parent | bb83e52e4bc30f86f7901407cd08820deb848285 (diff) |
clean up unused import
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Version.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/Version.hs b/Build/Version.hs index 71836a17b..da9d1bbcb 100644 --- a/Build/Version.hs +++ b/Build/Version.hs @@ -10,7 +10,6 @@ import System.Directory import Data.Char import System.Process -import Build.TestConfig import Utility.Monad import Utility.Exception |