diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-20 16:11:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-20 16:11:42 -0400 |
commit | 737b5d14c91101d46e20999e33461e9059dd9f28 (patch) | |
tree | 109fb64986ec03679c8ea3c85362eff19aae1ce3 /configure.hs | |
parent | ec746c511f5666fc214eba1a477d1ababfe9d367 (diff) |
moved files around
Diffstat (limited to 'configure.hs')
-rw-r--r-- | configure.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.hs b/configure.hs index bfdfa32dd..9f7179c53 100644 --- a/configure.hs +++ b/configure.hs @@ -3,7 +3,7 @@ import System.Directory import Data.List -import TestConfig +import Build.TestConfig tests :: [TestCase] tests = |