diff options
Diffstat (limited to 'ghc/compiler/utils/Ubiq.lhi')
-rw-r--r-- | ghc/compiler/utils/Ubiq.lhi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ghc/compiler/utils/Ubiq.lhi b/ghc/compiler/utils/Ubiq.lhi index 2b02a6aef4..922c0c67bc 100644 --- a/ghc/compiler/utils/Ubiq.lhi +++ b/ghc/compiler/utils/Ubiq.lhi @@ -30,8 +30,8 @@ import Kind ( Kind ) import Literal ( Literal ) import Maybes ( MaybeErr ) import MatchEnv ( MatchEnv ) -import Name ( Module(..), RdrName, Name ) -import Outputable ( ExportFlag, NamedThing(..), Outputable(..) ) +import Name ( Module(..), RdrName, Name, ExportFlag, NamedThing(..) ) +import Outputable ( Outputable(..) ) import PprStyle ( PprStyle ) import PragmaInfo ( PragmaInfo ) import Pretty ( PrettyRep ) @@ -44,9 +44,9 @@ import TcType ( TcMaybe ) import TyCon ( TyCon, Arity(..) ) import TyVar ( GenTyVar, TyVar(..) ) import Type ( GenType, Type(..) ) -import UniqFM ( UniqFM ) +import UniqFM ( UniqFM, Uniquable(..) ) import UniqSupply ( UniqSupply ) -import Unique ( Unique, Uniquable(..) ) +import Unique ( Unique ) import Usage ( GenUsage, Usage(..) ) import Util ( Ord3(..) ) |