[Haskell-cafe] __GLASGOW_HASKELL__ for GHC 7.4
Eugene Kirpichov
ekirpichov at gmail.com
Tue Jan 17 12:35:15 CET 2012
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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120117/e7571081/attachment.htm>
More information about the Haskell-Cafe
mailing list