diff --git a/supercollider-ht.cabal b/supercollider-ht.cabal
--- a/supercollider-ht.cabal
+++ b/supercollider-ht.cabal
@@ -1,5 +1,5 @@
 Name:             supercollider-ht
-Version:          0.2
+Version:          0.2.0.1
 License:          GPL
 License-File:     LICENSE
 Copyright:        Henning Thielemann, 2008-2013
@@ -27,7 +27,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/~thielema/supercollider/
-  tag:      0.2
+  tag:      0.2.0.1
 
 
 Flag splitBase
@@ -38,9 +38,11 @@
   default:     False
 
 Library
-  Build-Depends: hosc >=0.13 && <0.14, hsc3 >=0.13 && <0.14
-  Build-Depends: opensoundcontrol-ht >=0.2 && <0.3
-  Build-Depends: transformers >=0.2 && <0.5
+  Build-Depends:
+    hosc >=0.13 && <0.14,
+    hsc3 >=0.13 && <0.14,
+    opensoundcontrol-ht >=0.2 && <0.3,
+    transformers >=0.2 && <0.5
   If flag(splitBase)
     Build-Depends:
       random >= 1.0 && <2,
