Skip to content

Commit a96b9ba

Browse files
committed
fix newlines
1 parent 33863f8 commit a96b9ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ghcide/bench/lib/Experiments.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,9 @@ setup = do
563563
writeFile
564564
(path </> "cabal.project.local")
565565
""
566+
-- Fix newlines, required for GHC 9.2 and lsp-types
567+
forM_ (exampleModules $ example ?config) $ \e ->
568+
cmd_ $ "vim " <> path</>e <> " -c \"set ff=unix\" -c \":wq\""
566569
Stack -> do
567570
let stackVerbosity = case verbosity ?config of
568571
Quiet -> "--silent"

0 commit comments

Comments
 (0)