]> gitweb @ CieloNegro.org - bindings-CoreFoundation.git/blobdiff - bindings-CoreFoundation.cabal
CFLocale.h
[bindings-CoreFoundation.git] / bindings-CoreFoundation.cabal
index e02eed239e496a53b64a1be42ed61e2aeb51cfbe..8c4b6e457f1fc87caef51fe63f0bd13a66cc7911 100644 (file)
@@ -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