]> gitweb @ CieloNegro.org - haskell-dns.git/blobdiff - Setup.lhs
defaultUserHooks --> simpleUserHooks
[haskell-dns.git] / Setup.lhs
index 335aacc692f0b63163d762914dc1a6bc60797a9a..d13958aaf0e3ceefc5e93489921e67fc9397dc56 100644 (file)
--- 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 ()