#7349: -fth is deprecated without warning
------------------------------+---------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.6.1 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Testcase:
Blockedby: | Blocking:
Related: |
------------------------------+---------------------------------------------
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>
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7349>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs