Haskell native modules don't build anymore

Hi,

Recently I’ve noticed a problem in my Haskell build.

I’ve described the problem thoroughly on Stack Overflow - but just to sum up, OpenGLRaw and bindings-glfw don’t build on Circle anymore.

If there were any changes to the environment made recently, I’d glagly try anything to get it back to build.

The problem seems to be related to GCC 4.9.2 incompatibility.

My Stack Overflow question has been answered.

Nice, thanks for the update. Forcing gcc-4.8 fixes this for me.