packages feed

vivid-0.1.0.0: vivid.cabal

-- Initial vivid.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                vivid
version:             0.1.0.0
synopsis:            Sound synthesis with SuperCollider
description:         Sound synthesis with SuperCollider. Start with Vivid.SynthDef
author:              Tom Murphy
maintainer:          Tom Murphy
category:            Sound
build-type:          Simple
cabal-version:       >=1.8
stability:           experimental
license:             GPL

library
  exposed-modules:
      Vivid
    , Vivid.OSC
    , Vivid.OSC.Util
    , Vivid.SCServer
    , Vivid.SynthDef
    , Vivid.SynthDef.CrazyTypes
    , Vivid.SynthDef.Literally
    , Vivid.SynthDef.Types
    , Vivid.UGens
    , Vivid.UGens.Args
  -- other-modules:       
  build-depends:
      base > 2 && <= 4
    , binary
    , bytestring
    , containers
    , deepseq
    , hashable == 1.1.*
    , mtl
    , network
    , split
    , stm