#2847: Failure on OPTION_* pramgas other than GHC
---------------------------------+------------------------------------------
Reporter: NeilMitchell | Owner: igloo
Type: bug | Status: closed
Priority: high | Milestone: 6.10.2
Component: Compiler | Version: 6.10.1
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: | Os: Unknown/Multiple
Architecture: Unknown/Multiple |
---------------------------------+------------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in the HEAD by:
{{{
Tue Dec 9 19:03:18 GMT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Parse pragma names better; trac #2847
We require that pragma names are not followed by pragma character,
defined as
isAlphaNum c || c == '_'
}}}
and
{{{
Tue Dec 9 19:17:24 GMT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add OPTIONS_CATCH,DERIVE,YHC to those that GHC knows about; trac #2847
}}}
and in the 6.10 branch by:
{{{
Tue Dec 9 21:18:54 GMT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Merge some of the #2847 fixes to the 6.10 branch
The patches didn't merge cleanly. I've only made the
notFollowedByPragmaChar
fix to the OPTIONS pragma.
}}}
I've opened #2867 for the `KNOWN_PRAGMA` suggestion.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2847#comment:14>
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