X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-CoreFoundation.git;a=blobdiff_plain;f=bindings-CoreFoundation.cabal;h=8c4b6e457f1fc87caef51fe63f0bd13a66cc7911;hp=e02eed239e496a53b64a1be42ed61e2aeb51cfbe;hb=6b50ecc7722350accb845c8c9f5010c4f9ae4191;hpb=7c761f4056b52b12383ca7a2be6298bda446ebe9 diff --git a/bindings-CoreFoundation.cabal b/bindings-CoreFoundation.cabal index e02eed2..8c4b6e4 100644 --- a/bindings-CoreFoundation.cabal +++ b/bindings-CoreFoundation.cabal @@ -29,15 +29,20 @@ Library CoreFoundation Exposed-Modules: + Bindings.CoreFoundation.CFArray Bindings.CoreFoundation.CFBase + Bindings.CoreFoundation.CFCharacterSet + Bindings.CoreFoundation.CFData + Bindings.CoreFoundation.CFDictionary + Bindings.CoreFoundation.CFLocale --- 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 + cbits/helper_CFLocale.c Extensions: ForeignFunctionInterface