patch applied (cabal): Replace remaining OPTIONS pragmas with LANGUAGE + OPTIONS_GHC/JHC/NHC98

Wed Jan 23 13:19:23 PST 2008 Duncan Coutts

Wed Jan 23 13:19:23 PST 2008 Duncan Coutts
* Replace remaining OPTIONS pragmas with LANGUAGE + OPTIONS_GHC/JHC/NHC98 ghc-6.4 and above recognise the OPTIONS_GHC pragma. ghc-6.6 and above recognise the LANGUAGE pragma. Added OPTIONS_JHC and OPTIONS_NHC pragmas with equivalant flags.
Errm, only OPTIONS_NHC98 will work for nhc98 actually, not OPTIONS_NHC. Regards, Malcolm

On Fri, 2008-01-25 at 17:20 +0000, Malcolm Wallace wrote:
Wed Jan 23 13:19:23 PST 2008 Duncan Coutts
* Replace remaining OPTIONS pragmas with LANGUAGE + OPTIONS_GHC/JHC/NHC98 ghc-6.4 and above recognise the OPTIONS_GHC pragma. ghc-6.6 and above recognise the LANGUAGE pragma. Added OPTIONS_JHC and OPTIONS_NHC pragmas with equivalant flags. Errm, only OPTIONS_NHC98 will work for nhc98 actually, not OPTIONS_NHC.
The commit message is wrong. They are all actually OPTIONS_NHC98. Duncan
participants (2)
-
Duncan Coutts
-
Malcolm Wallace