packages feed

hsc3-process-0.2.1: hsc3-process.cabal

name:               hsc3-process
version:            0.2.1
synopsis:           Create and control scsynth processes
description:        Create and control scsynth processes.
license:            GPL
license-file:       LICENSE
category:           Sound
copyright:          Copyright (c) Stefan Kersten 2008-2009
author:             Stefan Kersten
maintainer:         Stefan Kersten
stability:          provisional
homepage:           http://code.haskell.org/~StefanKersten/code/hsc3-process
tested-with:        GHC == 6.10.1
build-type:         Simple
cabal-version:      >= 1.6

extra-source-files: examples/config.hs
                    examples/scsynth.cfg
                    examples/sine.hs

library
  exposed-modules:  Sound.SC3.Server.Process
                    Sound.SC3.Server.Process.ConfigFile
                    Sound.SC3.Server.Process.Options
  other-modules:    Sound.SC3.Server.Process.Accessor,
                    Sound.SC3.Server.Process.CommandLine

  extensions:       ExistentialQuantification
                  , FlexibleContexts
                  , FlexibleInstances
                  , TemplateHaskell
                  , TypeSynonymInstances
 
  build-depends:    base >= 3 && < 5
                  , ConfigFile >= 1
                  , containers >= 0.2
                  , data-accessor >= 0.2
                  , data-accessor-template >= 0.2
                  , hosc >= 0.7
                  , hsc3 >= 0.7
                  , mtl >= 1.1
                  , process >= 1.0
                  , template-haskell >= 2
                  , transformers

  ghc-options:      -Wall
 
source-repository head
  type:             darcs
  location:         http://code.haskell.org/~StefanKersten/code/hsc3-process/