[GHC] #9642: LANGUAGE pragma synonyms
GHC
ghc-devs at haskell.org
Sun Sep 28 21:49:20 UTC 2014
#9642: LANGUAGE pragma synonyms
-------------------------------------+-------------------------------------
Reporter: dreixel | Owner:
Type: feature | Status: new
request | Milestone:
Priority: normal | Version: 7.9
Component: Compiler | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Unknown
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets:
None/Unknown |
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by rodlogic):
What about introducing an official (GHC-official, not Haskell standard)
BleedingEdge pragma (or something like that) that is an amalgamation of
most used and bleeding pragmas in GHC? Then if I want to use GHC with all
or most features I would only have to add:
{{{
#!haskell
{-# LANGUAGE BleedingEdge #-}
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9642#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list