]> gitweb @ CieloNegro.org - EsounD.git/commitdiff
export ServerState
authorPHO <pho@cielonegro.org>
Sun, 2 Jan 2011 08:29:25 +0000 (17:29 +0900)
committerPHO <pho@cielonegro.org>
Sun, 2 Jan 2011 08:29:25 +0000 (17:29 +0900)
EsounD.cabal
Sound/EsounD/Controller.hs

index 422b805b9bebd1ccf09a91e74a7dce16c0ef2b48..47ee2b0bc11ad466cf83f6ffc523c837bf8693af 100644 (file)
@@ -60,8 +60,7 @@ Executable hs-esd-player-example
        Buildable: False
 
    HS-Source-Dirs:
        Buildable: False
 
    HS-Source-Dirs:
-        .,
-        examples
+        ., examples
 
    Main-Is: EsdPlayerExample.hs
 
 
    Main-Is: EsdPlayerExample.hs
 
index c2d206c89b310729543e87c02475cb102475b5e3..c9b064982bb6712861c572c0a9d98927b1c171d0 100644 (file)
@@ -37,7 +37,7 @@ module Sound.EsounD.Controller
     , setStreamPan
     , setDefaultSamplePan
 
     , setStreamPan
     , setDefaultSamplePan
 
-    , ServerState
+    , ServerState(..)
     , getServerState
     )
     where
     , getServerState
     )
     where