X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-CoreFoundation.git;a=blobdiff_plain;f=bindings-CoreFoundation.cabal;h=e9ac75ce9997e26714949963032c0565c8282576;hp=e02eed239e496a53b64a1be42ed61e2aeb51cfbe;hb=74e9929e85ef6565e878d2a53e426f87a9d34ce2;hpb=7c761f4056b52b12383ca7a2be6298bda446ebe9 diff --git a/bindings-CoreFoundation.cabal b/bindings-CoreFoundation.cabal index e02eed2..e9ac75c 100644 --- a/bindings-CoreFoundation.cabal +++ b/bindings-CoreFoundation.cabal @@ -29,15 +29,18 @@ Library CoreFoundation Exposed-Modules: + Bindings.CoreFoundation.CFArray Bindings.CoreFoundation.CFBase + Bindings.CoreFoundation.CFCharacterSet + Bindings.CoreFoundation.CFData + Bindings.CoreFoundation.CFDictionary --- C-Sources: --- cbits/helper_aiff.c --- cbits/helper_files.c --- cbits/helper_mactypes.c - --- CC-Options: --- -fpascal-strings + C-Sources: + cbits/helper_CFArray.c + cbits/helper_CFBase.c + cbits/helper_CFCharacterSet.c + cbits/helper_CFData.c + cbits/helper_CFDictionary.c Extensions: ForeignFunctionInterface