diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-23 12:24:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-23 12:24:40 -0400 |
commit | ff62bc515170f728d4418a56d91ac9a71d5dd522 (patch) | |
tree | 4526297c8342a93b2db610189d47d7178194724d | |
parent | 987f9db0dafb3f8446b0b16fd2fffce16bfe418f (diff) |
fix use of Configure
-rw-r--r-- | Setup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ import qualified Build.Configure as Configure main = defaultMainWithHooks simpleUserHooks { preConf = configure } configure _ _ = do - Configure.run $ Configure.tests True + Configure.run Configure.tests return (Nothing, []) |