[Haskell-cafe] __GLASGOW_HASKELL__ for GHC 7.4

Eugene Kirpichov ekirpichov at gmail.com
Tue Jan 17 12:37:58 CET 2012


My bad, it *should* really be 704.
http://www.haskell.org/ghc/docs/latest/html/users_guide/options-phases.html#c-pre-processor

On Tue, Jan 17, 2012 at 3:35 PM, Eugene Kirpichov <ekirpichov at gmail.com>wrote:

> Hi,
>
> I'm fixing a build error in a package that depends on the RTS API, which
> changed in 7.4, using #if __GLASGOW_HASKELL__ >= 740.
>
> However, build log shows that __GLASGOW_HASKELL__ is still 704, not 740 as
> I'd expect.
>
> Is this a bug?
>
> --
> Eugene Kirpichov
> Principal Engineer, Mirantis Inc. http://www.mirantis.com/
> Editor, http://fprog.ru/
>



-- 
Eugene Kirpichov
Principal Engineer, Mirantis Inc. http://www.mirantis.com/
Editor, http://fprog.ru/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120117/047fa08c/attachment.htm>


More information about the Haskell-Cafe mailing list