X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=src%2FLanguage%2FHaskell%2FLSP%2FTest%2FSession.hs;h=2df5ab3c4263e725cc240b22933480943071ac73;hp=dc3c6ff870cccbb488b490b896b6d7bdab9f58f1;hb=3054f9c1c5403a527cf0c82bfbf021174db4addd;hpb=37da26eb81afa8709e49f2ed0aa83c55c4de8587 diff --git a/src/Language/Haskell/LSP/Test/Session.hs b/src/Language/Haskell/LSP/Test/Session.hs index dc3c6ff..2df5ab3 100644 --- a/src/Language/Haskell/LSP/Test/Session.hs +++ b/src/Language/Haskell/LSP/Test/Session.hs @@ -32,11 +32,10 @@ import Control.Concurrent hiding (yield) import Control.Exception import Control.Lens hiding (List) import Control.Monad -import Control.Monad.Fail import Control.Monad.IO.Class import Control.Monad.Except #if __GLASGOW_HASKELL__ >= 806 -import qualified Control.Monad.Fail as Fail +import Control.Monad.Fail #endif import Control.Monad.Trans.Reader (ReaderT, runReaderT) import qualified Control.Monad.Trans.Reader as Reader (ask)