Skip to content
Snippets Groups Projects
Commit 4031811f authored by Moritz Angermann's avatar Moritz Angermann
Browse files

Adds since annotation.

parent 2ff69078
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,8 @@ defaultMainWithHooksNoRead hooks pkg_descr =
-- | A customizable version of 'defaultMainNoRead' that also takes the
-- command line arguments.
--
-- @since 2.2.0.0
defaultMainWithHooksNoReadArgs :: UserHooks -> GenericPackageDescription -> [String] -> IO ()
defaultMainWithHooksNoReadArgs hooks pkg_descr =
defaultMainHelper hooks { readDesc = return (Just pkg_descr) }
......
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