diff options
Diffstat (limited to 'compiler/prelude/TysWiredIn.hs-boot')
-rw-r--r-- | compiler/prelude/TysWiredIn.hs-boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/prelude/TysWiredIn.hs-boot b/compiler/prelude/TysWiredIn.hs-boot index b76f58410a..7fe222b825 100644 --- a/compiler/prelude/TysWiredIn.hs-boot +++ b/compiler/prelude/TysWiredIn.hs-boot @@ -1,7 +1,7 @@ module TysWiredIn where -import {-# SOURCE #-} TyCon ( TyCon ) -import {-# SOURCE #-} TyCoRep (Type, Kind) +import {-# SOURCE #-} GHC.Core.TyCon ( TyCon ) +import {-# SOURCE #-} GHC.Core.TyCo.Rep (Type, Kind) import BasicTypes (Arity, TupleSort) import Name (Name) |