fix use of Configure
This commit is contained in:
parent
987f9db0da
commit
ff62bc5151
1 changed files with 1 additions and 1 deletions
2
Setup.hs
2
Setup.hs
|
@ -8,5 +8,5 @@ import qualified Build.Configure as Configure
|
||||||
main = defaultMainWithHooks simpleUserHooks { preConf = configure }
|
main = defaultMainWithHooks simpleUserHooks { preConf = configure }
|
||||||
|
|
||||||
configure _ _ = do
|
configure _ _ = do
|
||||||
Configure.run $ Configure.tests True
|
Configure.run Configure.tests
|
||||||
return (Nothing, [])
|
return (Nothing, [])
|
||||||
|
|
Loading…
Reference in a new issue