Skip to content

Commit 130e2c6

Browse files
committed
Put back monad trans import
1 parent 9e756f9 commit 130e2c6

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
@@ -43,6 +43,7 @@ import Control.Exception
4343
import Control.Lens hiding (List, Empty)
4444
import Control.Monad
4545
import Control.Monad.IO.Class
46+
import Control.Monad.Trans.Class
4647
import Control.Monad.Catch (MonadThrow)
4748
import Control.Monad.Except
4849
#if __GLASGOW_HASKELL__ == 806

0 commit comments

Comments
 (0)