diff options
Diffstat (limited to 'compiler/GHC/Core/DataCon.hs-boot')
-rw-r--r-- | compiler/GHC/Core/DataCon.hs-boot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/GHC/Core/DataCon.hs-boot b/compiler/GHC/Core/DataCon.hs-boot index 70c8328da1..831392e9ba 100644 --- a/compiler/GHC/Core/DataCon.hs-boot +++ b/compiler/GHC/Core/DataCon.hs-boot @@ -8,8 +8,7 @@ import GHC.Types.FieldLabel ( FieldLabel ) import GHC.Types.Unique ( Uniquable ) import GHC.Utils.Outputable ( Outputable, OutputableBndr ) import GHC.Types.Basic (Arity) -import {-# SOURCE #-} GHC.Core.TyCo.Rep ( Type, ThetaType ) -import GHC.Core.Multiplicity (Scaled) +import {-# SOURCE #-} GHC.Core.TyCo.Rep ( Type, ThetaType, Scaled ) data DataCon data DataConRep |