]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - Sound/EsounD.hs
code cleanup
[EsounD.git] / Sound / EsounD.hs
index e9276a0d10219249ccc86f140fcc72e45e4799c5..c44e6dd9007dfe650560abedaf136779764a4a8a 100644 (file)
@@ -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