packages feed

hosc 0.11 → 0.11.1

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~basenew-uploaderPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Sound.OpenSoundControl.Coding.Byte: align :: Bits i => i -> i
+ Sound.OpenSoundControl.Coding.Byte: align :: (Num i, Bits i) => i -> i

Files

Sound/OpenSoundControl/Coding/Byte.hs view
@@ -89,6 +89,6 @@  -- | The number of bytes required to align an OSC value to the next --   4-byte boundary.-align :: Bits i => i -> i+align :: (Num i, Bits i) => i -> i {-# INLINE align #-} align n = ((n + 3) .&. complement 3) - n
hosc.cabal view
@@ -1,5 +1,5 @@ Name:              hosc-Version:           0.11+Version:           0.11.1 Synopsis:          Haskell Open Sound Control Description:       @hosc@ provides "Sound.OpenSoundControl", an                    implementation of a subset of the /Open Sound Control/