cvs commit: fptools/libraries/ALUT ALUT.cabal package.conf.in
fptools/libraries/ALUT/Sound/ALUT ALboolean.hs BuiltInSounds.hs
Initialization.hs Loaders.hs Sleep.hs
Sven Panne
Sven.Panne at aedion.de
Fri Oct 21 07:41:23 EDT 2005
panne 2005/10/21 04:41:23 PDT
Modified files:
libraries/ALUT ALUT.cabal package.conf.in
libraries/ALUT/Sound/ALUT BuiltInSounds.hs Initialization.hs
Loaders.hs Sleep.hs
Removed files:
libraries/ALUT/Sound/ALUT ALboolean.hs
Log:
Filled in the missing parts of the implementation. Introduced some Maybes
in the API, because some calls can fail, but we don't want to raise
exceptions in the ALUT package (at least not currently).
Revision Changes Path
1.3 +0 -1 fptools/libraries/ALUT/ALUT.cabal
1.3 +0 -1 fptools/libraries/ALUT/package.conf.in
1.4 +10 -14 fptools/libraries/ALUT/Sound/ALUT/BuiltInSounds.hs
1.4 +1 -1 fptools/libraries/ALUT/Sound/ALUT/Initialization.hs
1.4 +28 -17 fptools/libraries/ALUT/Sound/ALUT/Loaders.hs
1.4 +1 -1 fptools/libraries/ALUT/Sound/ALUT/Sleep.hs
More information about the Cvs-libraries
mailing list