Add a doc header to GHC.Types, and point at GHC.Exts
authorIan Lynagh <igloo@earth.li>
Tue, 11 Aug 2009 14:55:31 +0000 (14:55 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 11 Aug 2009 14:55:31 +0000 (14:55 +0000)
GHC/Types.hs

index 8040fec..8e3e71a 100644 (file)
@@ -1,3 +1,18 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module      :  GHC.Types
+-- Copyright   :  (c) The University of Glasgow 2009
+-- License     :  see libraries/ghc-prim/LICENSE
+--
+-- Maintainer  :  cvs-ghc@haskell.org
+-- Stability   :  internal
+-- Portability :  non-portable (GHC Extensions)
+--
+-- GHC type definitions.
+-- Use GHC.Exts from the base package instead of importing this
+-- module directly.
+--
+-----------------------------------------------------------------------------
 
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}