id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
7349	-fth is deprecated without warning	guest	simonpj	"The flag -fth was deprecated in GHC 6.10 [http://www.haskell.org/ghc/docs/6.10.1/html/users_guide/release-6-10-1.html]. Unlike other deprecated flags, -fth does not give a warning when used.

{{{
$ ghci -fbang-patterns

on the commandline: Warning:
    -fbang-patterns is deprecated: use -XBangPatterns or pragma {-# LANGUAGE BangPatterns #-} instead

$ ghci -fth
<no warning>
}}}"	bug	closed	normal		Compiler	7.6.1	fixed			Unknown/Multiple	Unknown/Multiple	None/Unknown	Unknown				
