We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eca41a commit 392a496Copy full SHA for 392a496
install/src/HlsInstall.hs
@@ -53,7 +53,8 @@ defaultMain = do
53
need ["show-options"]
54
need ["submodules"]
55
need ["check"]
56
- if isRunFromStack then stackBuildData args else cabalBuildData args
+ liftIO $ putStrLn "Generation of hoogle data files is disabled for now."
57
+ -- if isRunFromStack then stackBuildData args else cabalBuildData args
58
59
forM_
60
versions
0 commit comments