X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=EsounD.git;a=blobdiff_plain;f=Sound%2FEsounD.hs;h=c44e6dd9007dfe650560abedaf136779764a4a8a;hp=e9276a0d10219249ccc86f140fcc72e45e4799c5;hb=9be39a0e8dc40b5fbd3280a5d06f7a85626e0b33;hpb=9aeab0af3051d079e774e6ce55928738db8ba8ac diff --git a/Sound/EsounD.hs b/Sound/EsounD.hs index e9276a0..c44e6dd 100644 --- a/Sound/EsounD.hs +++ b/Sound/EsounD.hs @@ -1,9 +1,11 @@ -- | Type-safe bindings to EsounD with monadic regions. module Sound.EsounD ( module Sound.EsounD.Types + , module Sound.EsounD.Streams , module Sound.EsounD.Player ) where +import Sound.EsounD.Streams import Sound.EsounD.Types import Sound.EsounD.Player