cvs commit: fptools/libraries/OpenAL OpenAL.cabal package.conf.in
fptools/libraries/OpenAL/Sound/OpenAL/AL BufferInternal.hs Format.hs
Sven Panne
Sven.Panne at aedion.de
Fri Oct 21 07:38:51 EDT 2005
panne 2005/10/21 04:38:51 PDT
Modified files:
libraries/OpenAL OpenAL.cabal package.conf.in
libraries/OpenAL/Sound/OpenAL/AL BufferInternal.hs Format.hs
Log:
Exposed some modules to make the unmarshalers for ALboolean, Buffer and
Format available to the ALUT package. These functions are still not part of
the "official" OpenAL package API, so we still #hide these modules from the
Haddock documentation. What we would really need here is a mechanism for
"friend packages", but Cabal/GHC don't support this... :-(
Revision Changes Path
1.18 +3 -3 fptools/libraries/OpenAL/OpenAL.cabal
1.18 +3 -3 fptools/libraries/OpenAL/package.conf.in
1.4 +2 -0 fptools/libraries/OpenAL/Sound/OpenAL/AL/BufferInternal.hs
1.10 +2 -0 fptools/libraries/OpenAL/Sound/OpenAL/AL/Format.hs
More information about the Cvs-libraries
mailing list