hsndfile 0.5.2 → 0.5.3
raw patch · 3 files changed
+10/−4 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- README.md +7/−0
- Sound/File/Sndfile/Buffer/Internal.hs +1/−1
- hsndfile.cabal +2/−3
README.md view
@@ -1,4 +1,11 @@ **hsndfile** is a Haskell interface to Erik de Castro Lopo's [libsndfile][]. For more detailed information please visit [**hsndfile**'s homepage][hsndfile]. +### Authors++Copyright (c) Stefan Kersten 2007-2012 with contributions by++* Conrad Parker+* Rohan Drape+ [libsndfile]: http://www.mega-nerd.com/libsndfile/ [hsndfile]: http://haskell.org/haskellwiki/Hsndfile
Sound/File/Sndfile/Buffer/Internal.hs view
@@ -15,7 +15,7 @@ import Data.Word (Word16, Word32) import Foreign.Ptr (Ptr)-import Foreign.C.Types (CLLong)+import Foreign.C.Types (CLLong(..)) import Sound.File.Sndfile.Interface (Count, Handle(..), HandlePtr) type IOFunc a = HandlePtr -> Ptr a -> CLLong -> IO CLLong
hsndfile.cabal view
@@ -1,12 +1,11 @@ Name: hsndfile-Version: 0.5.2+Version: 0.5.3 Category: Data, Sound-License: LGPL-2+License: LGPL-2.1 License-File: COPYING Copyright: Stefan Kersten, 2007-2010 Author: Stefan Kersten Maintainer: Stefan Kersten <sk@k-hornz.de>-Stability: Experimental Homepage: http://haskell.org/haskellwiki/Hsndfile Bug-Reports: https://github.com/kaoskorobase/hsndfile/issues Synopsis: Haskell bindings for libsndfile