summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Real.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Real.hs-boot')
-rw-r--r--libraries/base/GHC/Real.hs-boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/base/GHC/Real.hs-boot b/libraries/base/GHC/Real.hs-boot
index b462c1c299..7805675e3f 100644
--- a/libraries/base/GHC/Real.hs-boot
+++ b/libraries/base/GHC/Real.hs-boot
@@ -1,7 +1,7 @@
-{-# LANGUAGE NoImplicitPrelude #-}
+{-# LANGUAGE NoImplicitPrelude, KindSignatures #-}
module GHC.Real where
-import GHC.Types ()
+import GHC.Types (Type)
-class Integral a
+class Integral (a :: Type)