packages feed

Cabal revisions of vivid-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- 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+-- Initial vivid.cabal generated by cabal init.  For further documentation,
+--  see http://haskell.org/cabal/users-guide/
+
+name:                vivid
+version:             0.1.0.0
+x-revision: 1
+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 && <5
+    , binary
+    , bytestring
+    , containers
+    , deepseq
+    , hashable == 1.1.*
+    , mtl
+    , network
+    , split
+    , stm