Skip to content
Snippets Groups Projects
Commit ca6f19fc authored by Simon Marlow's avatar Simon Marlow
Browse files

we need a makefileHook too

parent 20898c3f
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@ main = do args <- getArgs
buildHook = add_ghc_options ghcArgs
$ filter_modules_hook
$ buildHook defaultUserHooks,
makefileHook = add_ghc_options ghcArgs
$ filter_modules_hook
$ makefileHook defaultUserHooks,
instHook = filter_modules_hook
$ instHook defaultUserHooks }
withArgs args'' $ defaultMainWithHooks hooks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment