]> gitweb @ CieloNegro.org - bindings-audiofile.git/blobdiff - bindings-audiofile.cabal
Remove c'afSaveFilePosition and c'afRestoreFilePosition.
[bindings-audiofile.git] / bindings-audiofile.cabal
index 4368cb1786635e0ea434c3923fdcfa1f8586cb5d..62f7b64cc75a3c7a395e47525c104ec24fb0ac5c 100644 (file)
@@ -2,7 +2,7 @@ Name: bindings-audiofile
 Synopsis: Low level bindings to audiofile
 Description:
         Bindings to audiofile: <http://www.68k.org/~michael/audiofile/>
-Version: 0.1
+Version: 0.1.0.2
 License: PublicDomain
 License-File: COPYING
 Author: PHO <pho at cielonegro dot org>
@@ -15,21 +15,24 @@ Cabal-Version: >= 1.6
 Build-Type: Simple
 Extra-Source-Files:
     COPYING
+    NEWS
 
 Source-Repository head
     Type: git
-    Location: git://git.cielonegro.org/bindings-CoreFoundation.git
+    Location: git://git.cielonegro.org/bindings-audiofile.git
 
 Library
     Build-Depends:
-        base         == 4.2.*,
+        base         == 4.*,
         bindings-DSL == 1.0.*
 
     PkgConfig-Depends:
         audiofile >= 0.2.7
 
     Exposed-Modules:
+        Bindings.AudioFile
         Bindings.AudioFile.VFS
+        Bindings.AudioFile.PVList
 
     Extensions:
         ForeignFunctionInterface