X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fgenprimopcode%2FMain.hs;h=74dbd5aa95fca6068165f3675d94fe4da2782e6a;hb=d64022dc071b587c20a693b7f355f69dc110b707;hp=9a80a50ecc8ea18b7f7f8691bdebf90bd7437517;hpb=9f135e47a4311c778b33d5a33613009f1119ba78;p=ghc-hetmet.git diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs index 9a80a50..74dbd5a 100644 --- a/utils/genprimopcode/Main.hs +++ b/utils/genprimopcode/Main.hs @@ -8,7 +8,6 @@ module Main where import Parser import Syntax -import Monad import Char import List import System ( getArgs ) @@ -125,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"