X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=bindings-CarbonCore.cabal;fp=bindings-CarbonCore.cabal;h=d04bb092539df5c1c7eb303cb492f70791fc6e90;hb=b2391716cbd66f3073a31ef1f941cfd8240909c2;hp=0000000000000000000000000000000000000000;hpb=eef5c86f6f74abc3d6b9c8e411db4a96db83844d;p=bindings-CarbonCore.git diff --git a/bindings-CarbonCore.cabal b/bindings-CarbonCore.cabal new file mode 100644 index 0000000..d04bb09 --- /dev/null +++ b/bindings-CarbonCore.cabal @@ -0,0 +1,50 @@ +Name: bindings-CarbonCore +Synopsis: Low level bindings to Apple's CarbonCore Framework +Description: + Bindings to Apple's CarbonCore Framework +Version: 0.1 +License: PublicDomain +License-File: COPYING +Author: PHO +Maintainer: PHO +Stability: experimental +Homepage: http://cielonegro.org/Bindings-CarbonCore.html +Category: FFI +Tested-With: GHC == 6.12.3 +Cabal-Version: >= 1.6 +Build-Type: Simple +Extra-Source-Files: + COPYING + +Source-Repository head + Type: git + Location: git://git.cielonegro.org/bindings-CarbonCore.git + +Library + Build-Depends: + base == 4.2.*, + bindings-DSL == 1.0.* + + Frameworks: + CoreServices + + Exposed-Modules: + Bindings.CoreServices.CarbonCore.AIFF + Bindings.CoreServices.CarbonCore.AVLTree + Bindings.CoreServices.CarbonCore.Aliases + Bindings.CoreServices.CarbonCore.Files + Bindings.CoreServices.CarbonCore.Finder + Bindings.CoreServices.CarbonCore.MacTypes + Bindings.CoreServices.CarbonCore.OSUtils + Bindings.CoreServices.CarbonCore.UTCUtils + + C-Sources: + cbits/helper_aiff.c + cbits/helper_files.c + cbits/helper_mactypes.c + + CC-Options: + -fpascal-strings + + Extensions: + ForeignFunctionInterface