hsc3-sf-hsndfile 0.12 → 0.14
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~hsc3-sfdep ~hsndfiledep ~hsndfile-vector
Dependency ranges changed: hsc3-sf, hsndfile, hsndfile-vector
Files
- README +1/−1
- hsc3-sf-hsndfile.cabal +5/−5
README view
@@ -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/
hsc3-sf-hsndfile.cabal view
@@ -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