diff options
-rw-r--r-- | tests/GhcSession.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs index 11b35ff..772869b 100644 --- a/tests/GhcSession.hs +++ b/tests/GhcSession.hs @@ -148,8 +148,3 @@ compileModule ep opts = do unChModuleName :: ChModuleName -> String unChModuleName (ChModuleName mn) = mn - -#if __GLASGOW_HASKELL__ <= 704 --- instance MonadIO (Ghc a) where --- liftIO -#endif |