From 171fe51f202bdec2006d43a242659ea0e3a8c99f Mon Sep 17 00:00:00 2001
From: PHO <pho@cielonegro.org>
Date: Sun, 2 Jan 2011 17:29:25 +0900
Subject: [PATCH] export ServerState

---
 EsounD.cabal               | 3 +--
 Sound/EsounD/Controller.hs | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

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
-- 
2.40.0