Skip to content

Commit 5ad9f14

Browse files
committed
Add missing imports for GHC 9.6
1 parent 0783403 commit 5ad9f14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ import Control.Lens hiding (List, Empty)
4343
import Control.Monad
4444
import Control.Monad.Catch (MonadThrow)
4545
import Control.Monad.Except
46+
import Control.Monad.IO.Class
47+
import Control.Monad.Trans.Class
4648
#if __GLASGOW_HASKELL__ == 806
4749
import Control.Monad.Fail
4850
#endif

0 commit comments

Comments
 (0)