diff options
Diffstat (limited to 'compiler/rename')
-rw-r--r-- | compiler/rename/RnExpr.lhs | 2 | ||||
-rw-r--r-- | compiler/rename/RnPat.lhs | 2 | ||||
-rw-r--r-- | compiler/rename/RnTypes.lhs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/compiler/rename/RnExpr.lhs b/compiler/rename/RnExpr.lhs index 78566de179..7ff7c7adec 100644 --- a/compiler/rename/RnExpr.lhs +++ b/compiler/rename/RnExpr.lhs @@ -46,7 +46,7 @@ import RdrName import LoadIface ( loadInterfaceForName ) import UniqSet import Data.List -import Util ( isSingleton, snocView ) +import Util import ListSetOps ( removeDups ) import Outputable import SrcLoc diff --git a/compiler/rename/RnPat.lhs b/compiler/rename/RnPat.lhs index 3e3c2b66d2..df3566d73c 100644 --- a/compiler/rename/RnPat.lhs +++ b/compiler/rename/RnPat.lhs @@ -55,7 +55,7 @@ import Name import NameSet import RdrName import BasicTypes -import Util ( notNull ) +import Util import ListSetOps ( removeDups ) import Outputable import SrcLoc diff --git a/compiler/rename/RnTypes.lhs b/compiler/rename/RnTypes.lhs index 1b2e8417f3..ecdfdaf36e 100644 --- a/compiler/rename/RnTypes.lhs +++ b/compiler/rename/RnTypes.lhs @@ -49,7 +49,7 @@ import Name import SrcLoc import NameSet -import Util ( filterOut ) +import Util import BasicTypes ( IPName(..), ipNameName, compareFixity, funTyFixity, negateFixity, Fixity(..), FixityDirection(..) ) import Outputable |