From: Ian Lynagh Date: Tue, 11 Aug 2009 14:55:31 +0000 (+0000) Subject: Add a doc header to GHC.Types, and point at GHC.Exts X-Git-Tag: Haskell_2010_report_generated~3 X-Git-Url: http://git.megacz.com/?p=ghc-prim.git;a=commitdiff_plain;h=e4efc0b9f94cffabc12aff67cc8f043b019b90a3 Add a doc header to GHC.Types, and point at GHC.Exts --- diff --git a/GHC/Types.hs b/GHC/Types.hs index 8040fec..8e3e71a 100644 --- a/GHC/Types.hs +++ b/GHC/Types.hs @@ -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 #-}