Skip to content

Commit 9e756f9

Browse files
committed
Put back monadio import
1 parent 8deb61b commit 9e756f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp-test/src/Language/LSP/Test/Session.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import Control.Concurrent hiding (yield)
4242
import Control.Exception
4343
import Control.Lens hiding (List, Empty)
4444
import Control.Monad
45+
import Control.Monad.IO.Class
4546
import Control.Monad.Catch (MonadThrow)
4647
import Control.Monad.Except
4748
#if __GLASGOW_HASKELL__ == 806

0 commit comments

Comments
 (0)