X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FUniqSupply.lhs;h=87f3deed47ec9949da76996b774ce5547893570f;hb=6d65a616ca845f7d574af8da8a8c183f24f40caa;hp=9a5e80358f141301857cf3bf1a8b58bc5df3e9a5;hpb=1c83695b5b9ae3175c18908c1d58aeadb1f225ae;p=ghc-hetmet.git diff --git a/compiler/basicTypes/UniqSupply.lhs b/compiler/basicTypes/UniqSupply.lhs index 9a5e803..87f3dee 100644 --- a/compiler/basicTypes/UniqSupply.lhs +++ b/compiler/basicTypes/UniqSupply.lhs @@ -30,7 +30,6 @@ import FastTypes import MonadUtils import Control.Monad -import Control.Monad.Fix #if __GLASGOW_HASKELL__ >= 611 import GHC.IO (unsafeDupableInterleaveIO) #else