From: PHO Date: Sat, 30 May 2009 01:46:33 +0000 (+0900) Subject: defaultUserHooks --> simpleUserHooks X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=haskell-dns.git;a=commitdiff_plain;h=e05061cdf0a9d57a7ab045c06cba2b53b4724ab0 defaultUserHooks --> simpleUserHooks --- diff --git a/Setup.lhs b/Setup.lhs index 335aacc..d13958a 100644 --- a/Setup.lhs +++ b/Setup.lhs @@ -2,7 +2,7 @@ > import Distribution.Simple > import System.Cmd > import System.Exit -> main = defaultMainWithHooks (defaultUserHooks { runTests = runTestUnit }) +> main = defaultMainWithHooks (simpleUserHooks { runTests = runTestUnit }) > where > runTestUnit _ _ _ _ > = system "./dist/build/DNSUnitTest/DNSUnitTest" >> return ()