X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FTypes.hs;h=8e3e71a538998b354e54fb60aa184be9b2af8bc5;hb=e4efc0b9f94cffabc12aff67cc8f043b019b90a3;hp=8040fec3a44ee4e6d75979ca35300a8c68a81914;hpb=ffe7dcdf8a4562fccad6ab7a773130631dace3ad;p=ghc-prim.git 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 #-}