From e05061cdf0a9d57a7ab045c06cba2b53b4724ab0 Mon Sep 17 00:00:00 2001
From: PHO <pho@cielonegro.org>
Date: Sat, 30 May 2009 10:46:33 +0900
Subject: [PATCH] defaultUserHooks --> simpleUserHooks

---
 Setup.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ()
-- 
2.40.0