aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/InterfaceFile.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2011-11-25 02:39:26 +0100
committerDavid Waern <david.waern@gmail.com>2011-11-25 02:39:26 +0100
commitc3278a9d3c17ea0929d39116e431a2839bb845ca (patch)
treee1732809a0d7b4e00a1dd3ef6fbb68bda219b26a /src/Haddock/InterfaceFile.hs
parent7a6b3777157e2a1e63d662b354104229cf773342 (diff)
Remove #ifs for older compiler versions.
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r--src/Haddock/InterfaceFile.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs
index 68bc20b6..64f8baab 100644
--- a/src/Haddock/InterfaceFile.hs
+++ b/src/Haddock/InterfaceFile.hs
@@ -37,9 +37,7 @@ import UniqSupply
import UniqFM
import IfaceEnv
import HscTypes
-#if MIN_VERSION_ghc(7,1,0)
import GhcMonad (withSession)
-#endif
import FastMutInt
import FastString
import Unique