Skip to content

Commit

Permalink
removed unused haddock hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Dec 16, 2012
1 parent bbca806 commit da4d42a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Setup.lhs
Expand Up @@ -18,9 +18,6 @@ main = defaultMainWithHooks simpleUserHooks
{ buildHook = \pkg lbi hooks flags -> do
generateBuildModule "doctests" (fromFlag (buildVerbosity flags)) lbi
buildHook simpleUserHooks pkg lbi hooks flags
-- , haddockHook = \pkg lbi hooks flags -> do
-- generateBuildModule (fromFlag (haddockVerbosity flags)) lbi
-- haddockHook simpleUserHooks pkg lbi hooks flags
}

generateBuildModule :: String -> Verbosity -> LocalBuildInfo -> IO ()
Expand Down

0 comments on commit da4d42a

Please sign in to comment.