From: Ian Lynagh Date: Tue, 11 Aug 2009 14:53:00 +0000 (+0000) Subject: Include a pointer to GHC.Exts in the generated GHC.Prim docs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0be79fa683f2caabb7c3a853f1f893e57e4abd34 Include a pointer to GHC.Exts in the generated GHC.Prim docs --- diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs index 10e577e..74dbd5a 100644 --- a/utils/genprimopcode/Main.hs +++ b/utils/genprimopcode/Main.hs @@ -124,6 +124,8 @@ gen_hs_source (Info defaults entries) = ++ "-- Portability : non-portable (GHC extensions)\n" ++ "--\n" ++ "-- GHC\'s primitive types and operations.\n" + ++ "-- Use GHC.Exts from the base package instead of importing this\n" + ++ "-- module directly.\n" ++ "--\n" ++ "-----------------------------------------------------------------------------\n" ++ "module GHC.Prim (\n"