Skip to content

Commit

Permalink
Switch to a configure-based build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Jan 8, 2010
1 parent ac77966 commit 6f35bbe
Show file tree
Hide file tree
Showing 6 changed files with 3,755 additions and 12 deletions.
10 changes: 2 additions & 8 deletions Setup.hs
@@ -1,12 +1,6 @@
module Main (main) where module Main (main) where


import Distribution.Simple (defaultMainWithHooks, runTests, simpleUserHooks) import Distribution.Simple
import System.Cmd (system)


main :: IO () main :: IO ()
main = main = defaultMainWithHooks defaultUserHooks
defaultMainWithHooks $ simpleUserHooks { runTests = runTests' }
where
runTests' _ _ _ _ = do
system "./dist/build/test/test -j4"
return ()

0 comments on commit 6f35bbe

Please sign in to comment.