X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-CoreFoundation.git;a=blobdiff_plain;f=bindings-CoreFoundation.cabal;h=d2573d84c176384cb5ce5efcaf576dfd67479eaa;hp=3691af75f9c25494b3664c02626561bfa2bfc170;hb=HEAD;hpb=13d20a43bdc325dba0ad2b0fa2cb6b59f1dc2bce diff --git a/bindings-CoreFoundation.cabal b/bindings-CoreFoundation.cabal index 3691af7..d2573d8 100644 --- a/bindings-CoreFoundation.cabal +++ b/bindings-CoreFoundation.cabal @@ -29,10 +29,22 @@ Library CoreFoundation Exposed-Modules: + Bindings.CoreFoundation.CFArray Bindings.CoreFoundation.CFBase + Bindings.CoreFoundation.CFCharacterSet + Bindings.CoreFoundation.CFData + Bindings.CoreFoundation.CFDictionary + Bindings.CoreFoundation.CFLocale + Bindings.CoreFoundation.CFString 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 + cbits/helper_CFString.c Extensions: ForeignFunctionInterface