Skip to content

Commit 5ad4ef4

Browse files
committed
add missing liftIO
1 parent 8816887 commit 5ad4ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: exe/Wrapper.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ launchHaskellLanguageServer parsedArgs = do
151151
liftIO $ hPutStrLn stderr $ "Launching haskell-language-server exe at:" ++ e
152152

153153
#ifdef mingw32_HOST_OS
154-
callProcess e args
154+
liftIO $ callProcess e args
155155
#else
156156

157157
let Cradle { cradleOptsProg = CradleAction { runGhcCmd } } = cradle

0 commit comments

Comments
 (0)