[GHC] #8170: Remove _scc_

GHC ghc-devs at haskell.org
Sat Aug 24 14:55:34 UTC 2013


#8170: Remove _scc_
------------------------------------+-------------------------------------
       Reporter:  monoidal          |             Owner:
           Type:  bug               |            Status:  new
       Priority:  normal            |         Milestone:
      Component:  Compiler          |           Version:  7.6.3
       Keywords:                    |  Operating System:  Unknown/Multiple
   Architecture:  Unknown/Multiple  |   Type of failure:  Other
     Difficulty:  Unknown           |         Test Case:
     Blocked By:                    |          Blocking:
Related Tickets:                    |
------------------------------------+-------------------------------------
 _scc_ is an ancient way of writing {-# SCC #-} pragmas. The old pragmas
 were discouraged in 2001
 ([http://www.haskell.org/ghc/docs/5.00/set/release-5-00.html GHC 5.0]) and
 officialy deprecated in 2007
 ([http://www.haskell.org/ghc/docs/6.8.3/html/users_guide/release-6-8-1.html
 GHC 6.8]). I downloaded the archive of the latest versions of packages in
 Hackage; there are over 1000 occurrences of {-# SCC #-} and 0 occurrences
 of _scc_.

 Patch attached.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8170>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler




More information about the ghc-tickets mailing list