From: simonpj Date: Fri, 30 Aug 2002 13:00:31 +0000 (+0000) Subject: [project @ 2002-08-30 13:00:31 by simonpj] X-Git-Tag: nhc98-1-18-release~888 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6bbd4780e49f69a08ae373b5a07bd15b037013f7;p=ghc-base.git [project @ 2002-08-30 13:00:31 by simonpj] Remove bogus parError; MERGE TO STABLE --- diff --git a/GHC/Err.hi-boot b/GHC/Err.hi-boot index 862a24e..13facf3 100644 --- a/GHC/Err.hi-boot +++ b/GHC/Err.hi-boot @@ -15,4 +15,3 @@ module GHC.Err where -- to mention 'error' so that it gets exported from this .hi-boot -- file. error :: GHC.Base.String -> a -parError :: GHC.Base.String -> a