X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-CoreFoundation.git;a=blobdiff_plain;f=bindings-CoreFoundation.cabal;h=e9ac75ce9997e26714949963032c0565c8282576;hp=6e0dda0223249e73da56ddb9b94a764c581693ff;hb=74e9929e85ef6565e878d2a53e426f87a9d34ce2;hpb=a424d172b3c1c5150cb47a861cc2ff116680ce2a diff --git a/bindings-CoreFoundation.cabal b/bindings-CoreFoundation.cabal index 6e0dda0..e9ac75c 100644 --- a/bindings-CoreFoundation.cabal +++ b/bindings-CoreFoundation.cabal @@ -31,12 +31,16 @@ Library 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