id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
7650	can't use combining characters in identifiers	guest		"ghc doesn't let me use combining characters in unicode identifiers. Here's a test case with U+308 (COMBINING DIAERESIS) but it affects all accents:
{{{
% cat comb.hs
main = print spın̈alTap
    where spın̈alTap = 11
}}}
{{{
 % ghc comb.hs
[1 of 1] Compiling Main             ( comb.hs, comb.o )

comb.hs:1:18: lexical error at character '\776'
}}}

(This is actually with ghc 7.6.2 but the `Version` drop-down only goes up to 7.6.1.)"	bug	new	normal	7.8.1	Compiler	7.6.2				Linux	x86	None/Unknown	Unknown				
