patch applied (cabal): Replace remaining OPTIONS pragmas with LANGUAGE + OPTIONS_GHC/JHC/NHC98
Wed Jan 23 13:19:23 PST 2008 Duncan Coutts <duncan@haskell.org> * 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. M ./Distribution/Compat/ReadP.hs -1 +4 M ./Distribution/Compat/TempFile.hs -1 +4 M ./Distribution/Compiler.hs -1 +4 M ./Distribution/Configuration.hs -1 +4 M ./Distribution/PackageDescription.hs -1 +4 M ./Distribution/ParseUtils.hs -1 +4 M ./Distribution/Simple/Build.hs -2 +3 M ./Distribution/Simple/InstallDirs.hs -1 +4 M ./Distribution/Simple/Utils.hs -1 +4 M ./Distribution/Version.hs -1 +4
Wed Jan 23 13:19:23 PST 2008 Duncan Coutts <duncan@haskell.org> * 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 <duncan@haskell.org> * 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