Bump to 0.7.0.0
[lsp-test.git] / src / Language / Haskell / LSP / Test / Session.hs
index 8e1afa8c62e515b661576fcf43190cced7e47a15..b8286a208c8f5e5369171b87ad62802d899b485d 100644 (file)
@@ -34,7 +34,7 @@ import Control.Lens hiding (List)
 import Control.Monad
 import Control.Monad.IO.Class
 import Control.Monad.Except
-#if __GLASGOW_HASKELL__ >= 806
+#if __GLASGOW_HASKELL__ == 806
 import Control.Monad.Fail
 #endif
 import Control.Monad.Trans.Reader (ReaderT, runReaderT)