diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2017-12-01 15:44:52 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 |
commit | 6f421af602bf1e2c080e41461004e0101381cacb (patch) | |
tree | 3c9515cc102e91ef4cd78d33636142d4ed2dabd8 | |
parent | 70db4d93c48565bebeade5845d5d8c55fbc19e7a (diff) |
Remove commented out code
-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 |