diff --git a/install.hs b/install.hs index 3eed8fcf7..bc8d79e4a 100755 --- a/install.hs +++ b/install.hs @@ -222,7 +222,7 @@ cabalInstallHie versionNumber = do cabalBuildDoc :: Action () cabalBuildDoc = do - execCabal_ ["new-build", "hoogle", "generate"] + execCabal_ ["new-build", "hoogle"] execCabal_ ["new-exec", "hoogle", "generate"] cabalTest :: VersionNumber -> Action ()