diff --git a/README b/README
--- a/README
+++ b/README
@@ -8,7 +8,7 @@
 [hsc3-sf]: http://rd.slavepianos.org/?t=hsc3-sf
 [hsf]: http://code.haskell.org/hsndfile
 
-© [rohan drape][rd], 2010-2012, [gpl]
+© [rohan drape][rd], 2010-2013, [gpl]
 
 [rd]: http://rd.slavepianos.org/
 [gpl]: http://gnu.org/copyleft/
diff --git a/hsc3-sf-hsndfile.cabal b/hsc3-sf-hsndfile.cabal
--- a/hsc3-sf-hsndfile.cabal
+++ b/hsc3-sf-hsndfile.cabal
@@ -1,5 +1,5 @@
 Name:              hsc3-sf-hsndfile
-Version:           0.12
+Version:           0.14
 Synopsis:          Haskell SuperCollider SoundFile
 Description:       hsc3-sf-sndfile provides a trivial hsc3-sf equivalent
                    interface to Stefan Kersten's hsndfile package.  hsndfile
@@ -8,7 +8,7 @@
                    modifying a single import.
 License:           GPL
 Category:          Sound
-Copyright:         (c) Rohan Drape, 2012
+Copyright:         (c) Rohan Drape, 2012-2013
 Author:            Rohan Drape
 Maintainer:        rd@slavepianos.org
 Stability:         Experimental
@@ -23,9 +23,9 @@
 Library
   Build-Depends:   array,
                    base == 4.*,
-                   hsc3-sf == 0.12.*,
-                   hsndfile == 0.5.*,
-                   hsndfile-vector == 0.5.*,
+                   hsc3-sf == 0.14.*,
+                   hsndfile >= 0.5.0,
+                   hsndfile-vector >= 0.5.0,
                    vector >= 0.5
   GHC-Options:     -Wall -fwarn-tabs
   Exposed-modules: Sound.File.HSndFile
