Warning fix for unused and redundant imports
[ghc-hetmet.git] / compiler / deSugar / DsGRHSs.lhs
index 4f1065e..4e3dd2d 100644 (file)
@@ -14,14 +14,12 @@ import {-# SOURCE #-} DsExpr  ( dsLExpr, dsLocalBinds )
 import {-# SOURCE #-} Match   ( matchSinglePat )
 
 import HsSyn
-import HsUtils
 import CoreSyn
 import Var
 import Type
 
 import DsMonad
 import DsUtils
-import Unique
 import PrelInfo
 import TysWiredIn
 import PrelNames