]> gitweb @ CieloNegro.org - haskell-dns.git/commitdiff
defaultUserHooks --> simpleUserHooks master
authorPHO <pho@cielonegro.org>
Sat, 30 May 2009 01:46:33 +0000 (10:46 +0900)
committerPHO <pho@cielonegro.org>
Sat, 30 May 2009 01:46:33 +0000 (10:46 +0900)
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 ()