diff options
author | David Waern <david.waern@gmail.com> | 2011-11-25 02:39:26 +0100 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2011-11-25 02:39:26 +0100 |
commit | c3278a9d3c17ea0929d39116e431a2839bb845ca (patch) | |
tree | e1732809a0d7b4e00a1dd3ef6fbb68bda219b26a /src/Haddock/Interface/AttachInstances.hs | |
parent | 7a6b3777157e2a1e63d662b354104229cf773342 (diff) |
Remove #ifs for older compiler versions.
Diffstat (limited to 'src/Haddock/Interface/AttachInstances.hs')
-rw-r--r-- | src/Haddock/Interface/AttachInstances.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Haddock/Interface/AttachInstances.hs b/src/Haddock/Interface/AttachInstances.hs index 01d5b0f4..5b7771ec 100644 --- a/src/Haddock/Interface/AttachInstances.hs +++ b/src/Haddock/Interface/AttachInstances.hs @@ -25,11 +25,7 @@ import GHC import Name import InstEnv import Class -#if MIN_VERSION_ghc(7,1,0) import GhcMonad (withSession) -#else -import HscTypes (withSession) -#endif import TysPrim( funTyCon ) import MonadUtils (liftIO) import TcRnDriver (tcRnGetInfo) |