From 0be79fa683f2caabb7c3a853f1f893e57e4abd34 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 11 Aug 2009 14:53:00 +0000 Subject: [PATCH] Include a pointer to GHC.Exts in the generated GHC.Prim docs --- utils/genprimopcode/Main.hs | 2 ++ 1 file changed, 2 insertions(+) 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" -- 1.7.10.4