X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fparser%2FParser.y.pp;h=37f9ba6f29623039900e9d4ff8f74cdc3a479ee5;hp=42cb96f1016b1486c48cff56d57c0620753d7c7e;hb=8538e4ba68b3d34ceaa2677ed242ac45ab456ce7;hpb=0a5613f40b0e32cf59966e6b56b807cdbe80aa7b diff --git a/compiler/parser/Parser.y.pp b/compiler/parser/Parser.y.pp index 42cb96f..37f9ba6 100644 --- a/compiler/parser/Parser.y.pp +++ b/compiler/parser/Parser.y.pp @@ -936,7 +936,7 @@ infixtype :: { LHsType RdrName } strict_mark :: { Located HsBang } : '!' { L1 HsStrict } - | '{-# UNPACK' '#-}' '!' { LL HsUnbox } + | '{-# UNPACK' '#-}' '!' { LL HsUnpack } -- A ctype is a for-all type ctype :: { LHsType RdrName }