Make Data.Typeable imports and exports more explicit
[ghc-base.git] / GHC / Exception.lhs
index 4707a0c..ad10481 100644 (file)
@@ -19,7 +19,7 @@
 module GHC.Exception where
 
 import Data.Maybe
-import {-# SOURCE #-} Data.Typeable
+import {-# SOURCE #-} Data.Typeable (Typeable, cast)
 import GHC.Base
 import GHC.Show
 \end{code}