id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
7562,Parse error with {-# UNPACK #-} Int,nomeata,,"This code (note the missing !) causes a parser error:

{{{
module UnpackedFields where

data Pair2 = Pair2 {-# UNPACK #-} Int
}}}

I think a proper error message is more helpful. Also, the docs should mention that {{{{-# UNPACK #-}}}} can only be used on strict fields.",bug,closed,normal,,Compiler,7.6.1,fixed,,,Unknown/Multiple,Unknown/Multiple,None/Unknown,Unknown,typecheck/should_compile/T7562,,,
