The OpenAL bindings aren't building for me on GHC 7.6:
Sound/OpenAL/ALC/QueryUtils.hs:66:1:
Unacceptable argument type in foreign declaration: ALCdevice
When checking declaration:
foreign import ccall unsafe "static alcGetString" alcGetString
:: ALCdevice -> ALCenum -> IO (Ptr ALCchar)
Sound/OpenAL/ALC/QueryUtils.hs:102:1:
Unacceptable argument type in foreign declaration: ALCdevice
When checking declaration:
foreign import ccall unsafe "static alcGetIntegerv" alcGetIntegerv
:: ALCdevice -> ALCenum -> ALCsizei -> Ptr ALCint -> IO ()
Sound/OpenAL/ALC/QueryUtils.hs:120:1:
Unacceptable argument type in foreign declaration: ALCdevice
When checking declaration:
foreign import ccall unsafe "static alcIsExtensionPresent" alcIsExtensionPresent_
:: ALCdevice -> Ptr ALCchar -> IO ALCboolean
Failed to install OpenAL-1.4.0.1