Skip to content

Commit 22529c2

Browse files
committed
Fix build
1 parent 6b3e9db commit 22529c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ main = do
7979
hPutStrLn stderr "If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option!"
8080
_ -> return ()
8181

82-
Main.defaultMain Main.defArguments
82+
Main.defaultMain def
8383
{Main.argFiles = case argFilesOrCmd of
8484
Typecheck x | not argLSP -> Just x
8585
_ -> Nothing

0 commit comments

Comments
 (0)