id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc
12,OpenAL doesn't work on Windows (without some tinkering),refold,panne,"I managed to compile OpenAL on Windows (relatively straightforward), but had some trouble with building examples. It turned out that the library links to openal32.dll via stdcall instead of ccall. After editing the 'configure' script by hand and rebuilding, the problem disappeared.

This bug is [http://hackage.haskell.org/trac/ghc/ticket/1140 listed as fixed] in the upstream bug tracker, though.

I also wonder why do Haskell's OpenAL bindings have to depend on OpenGL (the C library doesn't have this dependency).",defect,closed,major,,OpenAL,fixed,,
