packages feed

supercollider-ht-0.1: supercollider-ht.cabal

Name:             supercollider-ht
Version:          0.1
License:          GPL
License-File:     LICENSE
Copyright:        Henning Thielemann, 2008-2009
Author:           Henning Thielemann <supercollider@henning-thielemann.de>
Maintainer:       Henning Thielemann <supercollider@henning-thielemann.de>
Stability:        Experimental
Homepage:         http://www.haskell.org/haskellwiki/SuperCollider
Synopsis:         Haskell SuperCollider utilities
Description:
   Some additional modules I regular use
   in connection with the SuperCollider wrapper hsc3 by Rohan Drape.
   It contains:
   .
   * play routines using the Transport monad from opensoundcontrol-ht
   .
   * example effects
Category:         Sound
Tested-With:      GHC==6.4.1, GHC==6.8.2
Cabal-Version:    >=1.6
Build-Type:       Simple
Source-Repository head
  type:     darcs
  location: http://code.haskell.org/~thielema/supercollider/

Source-Repository this
  type:     darcs
  location: http://code.haskell.org/~thielema/supercollider/
  tag:      0.1


Flag splitBase
  description: Choose the new smaller, split-up base package.

Flag buildExamples
  description: Build example executable
  default:     False

Library
  Build-Depends: hosc >=0.6 && <0.7, hsc3 >=0.6 && <0.7
  Build-Depends: opensoundcontrol-ht >=0.1 && <0.2
  Build-Depends: transformers >=0.0 && <0.2, bytestring >=0.9 && <0.10
  If flag(splitBase)
    Build-Depends: base >= 2, random >= 1.0 && <2, process >= 1.0 && <1.1
  Else
    Build-Depends: base >= 1.0 && < 2

  GHC-Options:      -Wall
  Hs-source-dirs:   src
  Exposed-modules:
     Sound.SC3.Server.PlayEasy
     Sound.SC3.Example.Effect

Executable timing-example
  If !flag(buildExamples)
    Buildable: False
  Hs-source-dirs:   src
  Main-is: Sound/SC3/Example/Timing.hs
  GHC-Options: -Wall -threaded