diff --git a/vivid.cabal b/vivid.cabal
--- a/vivid.cabal
+++ b/vivid.cabal
@@ -1,39 +1,40 @@
--- 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.1
+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
