Trim unused imports detected by new unused-import code
[ghc-hetmet.git] / compiler / basicTypes / UniqSupply.lhs
index 9a5e803..87f3dee 100644 (file)
@@ -30,7 +30,6 @@ import FastTypes
 
 import MonadUtils
 import Control.Monad
-import Control.Monad.Fix
 #if __GLASGOW_HASKELL__ >= 611
 import GHC.IO (unsafeDupableInterleaveIO)
 #else