From: PHO Date: Sun, 2 Jan 2011 08:29:25 +0000 (+0900) Subject: export ServerState X-Git-Tag: RELEASE-0.1~1 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=EsounD.git;a=commitdiff_plain;h=171fe51f202bdec2006d43a242659ea0e3a8c99f export ServerState --- diff --git a/EsounD.cabal b/EsounD.cabal index 422b805..47ee2b0 100644 --- a/EsounD.cabal +++ b/EsounD.cabal @@ -60,8 +60,7 @@ Executable hs-esd-player-example Buildable: False HS-Source-Dirs: - ., - examples + ., examples Main-Is: EsdPlayerExample.hs diff --git a/Sound/EsounD/Controller.hs b/Sound/EsounD/Controller.hs index c2d206c..c9b0649 100644 --- a/Sound/EsounD/Controller.hs +++ b/Sound/EsounD/Controller.hs @@ -37,7 +37,7 @@ module Sound.EsounD.Controller , setStreamPan , setDefaultSamplePan - , ServerState + , ServerState(..) , getServerState ) where