bindings-audiofile 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+9/−3 lines, 3 files
Files
- Bindings/AudioFile.hsc +3/−2
- NEWS +5/−0
- bindings-audiofile.cabal +1/−1
Bindings/AudioFile.hsc view
@@ -302,8 +302,9 @@ #ccall afOpenFD , CInt -> Ptr CChar -> <AFfilesetup> -> IO <AFfilehandle> #ccall afOpenNamedFD , CInt -> Ptr CChar -> <AFfilesetup> -> Ptr CChar -> IO <AFfilehandle> -#ccall afSaveFilePosition , <AFfilehandle> -> IO ()-#ccall afRestoreFilePosition, <AFfilehandle> -> IO ()+-- THINKME: These routines are missing from the current libaudiofile. I don't know why.+-- #ccall afSaveFilePosition , <AFfilehandle> -> IO ()+-- #ccall afRestoreFilePosition, <AFfilehandle> -> IO () #ccall afSyncFile , <AFfilehandle> -> IO CInt #ccall afCloseFile , <AFfilehandle> -> IO CInt
NEWS view
@@ -1,3 +1,8 @@+Changes from 0.1 to 0.1.0.2+---------------------------+Remove c'afSaveFilePosition and c'afRestoreFilePosition. The current+libaudiofile doesn't have an actual implementation of them.+ Changes from 0.1 to 0.1.0.1 --------------------------- Fix build-depends:
bindings-audiofile.cabal view
@@ -2,7 +2,7 @@ Synopsis: Low level bindings to audiofile Description: Bindings to audiofile: <http://www.68k.org/~michael/audiofile/>-Version: 0.1.0.1+Version: 0.1.0.2 License: PublicDomain License-File: COPYING Author: PHO <pho at cielonegro dot org>