X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Setup.lhs;h=d13958aaf0e3ceefc5e93489921e67fc9397dc56;hb=refs%2Fheads%2Fmaster;hp=335aacc692f0b63163d762914dc1a6bc60797a9a;hpb=d4d887202f59a0bb394d04e74c2f02eb91e26f5f;p=haskell-dns.git 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 ()