Trim unused imports detected by new unused-import code
[ghc-hetmet.git] / compiler / basicTypes / UniqSupply.lhs
index cb1a1fc..87f3dee 100644 (file)
@@ -30,8 +30,11 @@ import FastTypes
 
 import MonadUtils
 import Control.Monad
-import Control.Monad.Fix
+#if __GLASGOW_HASKELL__ >= 611
+import GHC.IO (unsafeDupableInterleaveIO)
+#else
 import GHC.IOBase (unsafeDupableInterleaveIO)
+#endif
 
 \end{code}