hsc3-unsafe 0.5 → 0.6
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~hsc3PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hsc3
API changes (from Hackage documentation)
Files
- Sound/SC3/UGen/Unsafe.hs +1/−0
- hsc3-unsafe.cabal +3/−3
Sound/SC3/UGen/Unsafe.hs view
@@ -1,3 +1,4 @@+-- | Unsafe variants of the hsc3 SuperCollider unit generator bindings. module Sound.SC3.UGen.Unsafe (module Sound.SC3.UGen.Demand.Unsafe, module Sound.SC3.UGen.FFT.Unsafe, module Sound.SC3.UGen.Noise.Unsafe) where
hsc3-unsafe.cabal view
@@ -1,5 +1,5 @@ Name: hsc3-unsafe-Version: 0.5+Version: 0.6 Synopsis: Unsafe Haskell SuperCollider Description: hsc3 provides Sound.SC3.UGen.Unsafe. License: GPL@@ -8,7 +8,7 @@ Author: Rohan Drape Maintainer: rd@slavepianos.org Stability: Experimental-Homepage: http://slavepianos.org/rd/f/207949/+Homepage: http://slavepianos.org/rd/f/382071/ Tested-With: GHC==6.10.1 Build-Type: Simple Cabal-Version: >= 1.2@@ -16,7 +16,7 @@ Data-files: README Library- Build-Depends: base, hsc3 == 0.5+ Build-Depends: base, hsc3 == 0.6 GHC-Options: -Wall -fwarn-tabs Exposed-modules: Sound.SC3.UGen.Demand.Unsafe Sound.SC3.UGen.FFT.Unsafe