diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,2 +1,3 @@
+#!/usr/bin/env runhaskell
 import Distribution.Simple
 main = defaultMain
diff --git a/hsc3-plot.cabal b/hsc3-plot.cabal
--- a/hsc3-plot.cabal
+++ b/hsc3-plot.cabal
@@ -1,5 +1,5 @@
 Name:              hsc3-plot
-Version:           0.12
+Version:           0.13
 Synopsis:          Haskell SuperCollider Plotting
 Description:       Plotting functions for hsc3
 License:           GPL
@@ -17,7 +17,7 @@
 
 Library
   Build-Depends:   base == 4.*,
-                   hsc3 == 0.12.*,
+                   hsc3 == 0.13.*,
                    gnuplot,
                    statistics,
                    vector
