X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2FPrelMods.lhs;h=45be775e60f79df372ef3c23f73bf302ea69239c;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hp=78338ce01b5a9194f66dbaba14e46698cc747efd;hpb=55097a5b5b57a2cee0a8a678ef8ee3487136bb61;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/PrelMods.lhs b/ghc/compiler/prelude/PrelMods.lhs index 78338ce..45be775 100644 --- a/ghc/compiler/prelude/PrelMods.lhs +++ b/ghc/compiler/prelude/PrelMods.lhs @@ -1,5 +1,5 @@ % -% (c) The GRASP/AQUA Project, Glasgow University, 1992-1996 +% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % \section[PrelMods]{Definitions of prelude modules} @@ -43,7 +43,6 @@ pREL_IO_BASE = SLIT("PrelIOBase") pREL_ST = SLIT("PrelST") pREL_ARR = SLIT("PrelArr") pREL_FOREIGN = SLIT("PrelForeign") -pREL_CCALL = SLIT("PrelCCall") pREL_ADDR = SLIT("PrelAddr") pREL_ERR = SLIT("PrelErr")