From ee64c7e894f1c9b7a5dd8e518facdec0f61e9c1b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Dec 2009 00:12:58 +0200 Subject: [PATCH] Fixed up Setup test and TODO list --- Setup.lhs | 2 +- TODO | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Setup.lhs b/Setup.lhs index d9014a88..1125d1d3 100755 --- a/Setup.lhs +++ b/Setup.lhs @@ -8,4 +8,4 @@ > main = defaultMainWithHooks (simpleUserHooks { runTests = runTests' }) > runTests' :: a -> b -> c -> d -> IO () -> runTests' _ _ _ _ = system "runhaskell Test.hs" >> return () +> runTests' _ _ _ _ = system "runhaskell -DTEST runtests.hs" >> return () diff --git a/TODO b/TODO index 09661ca9..45fb01e7 100644 --- a/TODO +++ b/TODO @@ -1,3 +1 @@ HTML sitemap generation -Remove model -Authentication seems broken