packages feed

alsa-pcm 0.6.1 → 0.6.1.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~containersdep ~transformersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: containers, transformers

API changes (from Hackage documentation)

- Sound.ALSA.PCM: SoundSink :: IO (handle y) -> (handle y -> IO ()) -> (handle y -> Ptr y -> Size -> IO ()) -> (handle y -> IO ()) -> (handle y -> IO ()) -> SoundSink handle y
+ Sound.ALSA.PCM: SoundSink :: IO (handle y) -> handle y -> IO () -> handle y -> Ptr y -> Size -> IO () -> handle y -> IO () -> handle y -> IO () -> SoundSink handle y
- Sound.ALSA.PCM: SoundSource :: IO (handle y) -> (handle y -> IO ()) -> (handle y -> IO ()) -> (handle y -> IO ()) -> (handle y -> Ptr y -> Size -> IO Size) -> SoundSource handle y
+ Sound.ALSA.PCM: SoundSource :: IO (handle y) -> handle y -> IO () -> handle y -> IO () -> handle y -> IO () -> handle y -> Ptr y -> Size -> IO Size -> SoundSource handle y

Files

alsa-pcm.cabal view
@@ -1,5 +1,5 @@ Name:          alsa-pcm-Version:       0.6.1+Version:       0.6.1.1 Copyright:     Bjorn Bringert, Iavor S. Diatchki, Henning Thielemann Maintainer:    Henning Thielemann <alsa@henning-thielemann.de> Author:        Henning Thielemann <alsa@henning-thielemann.de>, Bjorn Bringert <bjorn@bringert.net>, Iavor S. Diatchki <iavor.diatchki@gmail.com>@@ -28,7 +28,7 @@ Source-Repository this   type:     darcs   location: http://code.haskell.org/alsa/pcm/-  tag:      0.6.1+  tag:      0.6.1.1  Flag buildExamples   description: Build example executables@@ -85,7 +85,7 @@     Build-Depends:       alsa-pcm,       alsa-seq >=0.6 && <0.7,-      containers >=0.2 && <0.6,+      containers >=0.2 && <0.7,       transformers >=0.2 && <0.6,       storablevector >=0.2.7 && <0.3,       base