id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,difficulty,ghcversion,platform
621,Generated CPP macros need parens,AntoineLatter,,"CPP directives such as:
{{{
#if !MIN_VERSION_foo(1,2,3)
}}}
don't work, as the expanded version of MIN_VERSION_foo(x,y,z) does not include enclosing parenthesis. I can always do:
{{{
#if !(MIN_VERSION_foo(1,2,3))
}}}
but that's irritating.",defect,closed,normal,,Cabal library,1.6.0.1,normal,fixed,,,very easy (<1 hour),,
