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