hsc3-sf 0.8 → 0.9
raw patch · 4 files changed
+9/−9 lines, 4 filesdep ~hoscsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hosc
API changes (from Hackage documentation)
Files
- README +1/−1
- Setup.hs +3/−0
- Setup.lhs +0/−3
- hsc3-sf.cabal +5/−5
README view
@@ -8,5 +8,5 @@ http://slavepianos.org/rd http://code.haskell.org/hsndfile -(c) rohan drape, 2006-2010+(c) rohan drape, 2006-2011 gpl, http://gnu.org/copyleft/
+ Setup.hs view
@@ -0,0 +1,3 @@+#!/usr/bin/env runhaskell+import Distribution.Simple+main = defaultMain
− Setup.lhs
@@ -1,3 +0,0 @@-#!/usr/bin/env runhaskell-> import Distribution.Simple-> main = defaultMain
hsc3-sf.cabal view
@@ -1,17 +1,17 @@ Name: hsc3-sf-Version: 0.8+Version: 0.9 Synopsis: Haskell SuperCollider SoundFile Description: Trivial NeXT sound file input and output. For almost all use cases please see Stefan Kersten's hsndfile package. License: GPL Category: Sound-Copyright: (c) Rohan Drape, 2006-2010+Copyright: (c) Rohan Drape, 2006-2011 Author: Rohan Drape Maintainer: rd@slavepianos.org Stability: Experimental Homepage: http://slavepianos.org/rd/?t=hsc3-sf-Tested-With: GHC == 6.10.3+Tested-With: GHC == 6.12.1 Build-Type: Simple Cabal-Version: >= 1.6 @@ -22,7 +22,7 @@ Library Build-Depends: base == 4.*, bytestring,- hosc == 0.8+ hosc == 0.9 GHC-Options: -Wall -fwarn-tabs Exposed-modules: Sound.File.NeXT Sound.File.Decode@@ -31,4 +31,4 @@ Source-Repository head Type: darcs- Location: http://slavepianos.org/~rd/sw/hsc3-sf/+ Location: http://slavepianos.org/rd/sw/hsc3-sf/