[Haskell-cafe] GLFW-0.5.0.0 is released

Jason Dagit dagitj at gmail.com
Sat Jan 21 23:05:43 CET 2012


On Sat, Jan 21, 2012 at 4:32 AM, Paul Liu <ninegua at gmail.com> wrote:
> There is now a new GLFW package on hackage with version number
> 0.5.0.0.

Congrats!

[snip]
> 4. There is an outstanding bug preventing GLFW programs to be invoked
> from GHCi on OS X. One has to compile before running GLFW programs.

Does it still happen with -fno-ghci-sandbox?  That fixes these sort of
bugs with GLFW-b (and other libraries).  If so, then the cause of the
problem is the use of thread local storage in the vendor APIs (OpenGL
on OSX is an example).

I hope that helps,
Jason



More information about the Haskell-Cafe mailing list