diff options
Diffstat (limited to 'compiler/stranal/WwLib.hs')
-rw-r--r-- | compiler/stranal/WwLib.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/WwLib.hs b/compiler/stranal/WwLib.hs index f8b398fbcd..6feb1ff065 100644 --- a/compiler/stranal/WwLib.hs +++ b/compiler/stranal/WwLib.hs @@ -31,7 +31,7 @@ import VarEnv ( mkInScopeSet ) import VarSet ( VarSet ) import Type import Predicate ( isClassPred ) -import RepType ( isVoidTy, typePrimRep ) +import GHC.Types.RepType ( isVoidTy, typePrimRep ) import Coercion import FamInstEnv import BasicTypes ( Boxity(..) ) |