Fix Trace #1494
[ghc-hetmet.git] / compiler / codeGen / CgMonad.lhs
index 6885912..8723e46 100644 (file)
@@ -79,6 +79,7 @@ import FastString
 import Outputable
 
 import Control.Monad
+import Data.List
 
 infixr 9 `thenC`       -- Right-associative!
 infixr 9 `thenFC`