X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-CoreFoundation.git;a=blobdiff_plain;f=bindings-CoreFoundation.cabal;h=8c4b6e457f1fc87caef51fe63f0bd13a66cc7911;hp=3691af75f9c25494b3664c02626561bfa2bfc170;hb=6b50ecc7722350accb845c8c9f5010c4f9ae4191;hpb=13d20a43bdc325dba0ad2b0fa2cb6b59f1dc2bce diff --git a/bindings-CoreFoundation.cabal b/bindings-CoreFoundation.cabal index 3691af7..8c4b6e4 100644 --- a/bindings-CoreFoundation.cabal +++ b/bindings-CoreFoundation.cabal @@ -29,10 +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_CFArray.c cbits/helper_CFBase.c + cbits/helper_CFCharacterSet.c + cbits/helper_CFData.c + cbits/helper_CFDictionary.c + cbits/helper_CFLocale.c Extensions: ForeignFunctionInterface