From e4efc0b9f94cffabc12aff67cc8f043b019b90a3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 11 Aug 2009 14:55:31 +0000 Subject: [PATCH] Add a doc header to GHC.Types, and point at GHC.Exts --- GHC/Types.hs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 #-} -- 1.7.10.4