Skip to content

Commit 392a496

Browse files
committed
Disable hoogle data files generation
1 parent 7eca41a commit 392a496

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/src/HlsInstall.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ defaultMain = do
5353
need ["show-options"]
5454
need ["submodules"]
5555
need ["check"]
56-
if isRunFromStack then stackBuildData args else cabalBuildData args
56+
liftIO $ putStrLn "Generation of hoogle data files is disabled for now."
57+
-- if isRunFromStack then stackBuildData args else cabalBuildData args
5758

5859
forM_
5960
versions

0 commit comments

Comments
 (0)