packages feed

hsc3 0.15 → 0.15.1

raw patch · 2 files changed

+5/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Sound/SC3/UGen/Type.hs view
@@ -1,3 +1,5 @@+{-# LANGUAGE CPP #-}+ --  | Unit Generator ('UGen'), and associated types and instances. module Sound.SC3.UGen.Type where @@ -466,7 +468,9 @@     bit = error "UGen.bit"     testBit = error "UGen.testBit"     popCount = error "UGen.popCount"+#if MIN_VERSION_base(4,7,0)     bitSizeMaybe = error "UGen.bitSizeMaybe"+#endif     isSigned _ = True  {-
hsc3.cabal view
@@ -1,5 +1,5 @@ Name:              hsc3-Version:           0.15+Version:           0.15.1 Synopsis:          Haskell SuperCollider Description:       Haskell client for the SuperCollider synthesis server,                    <http://audiosynth.com/>.