]> gitweb @ CieloNegro.org - bindings-CoreFoundation.git/blob - bindings-CoreFoundation.cabal
CFLocale.h
[bindings-CoreFoundation.git] / bindings-CoreFoundation.cabal
1 Name: bindings-CoreFoundation
2 Synopsis: Low level bindings to Apple's CoreFoundation Framework
3 Description:
4         Bindings to Apple's CoreFoundation Framework
5 Version: 0.1
6 License: PublicDomain
7 License-File: COPYING
8 Author: PHO <pho at cielonegro dot org>
9 Maintainer: PHO <pho at cielonegro dot org>
10 Stability: experimental
11 Homepage: http://cielonegro.org/Bindings-CoreFoundation.html
12 Category: FFI
13 Tested-With: GHC == 6.12.3
14 Cabal-Version: >= 1.6
15 Build-Type: Simple
16 Extra-Source-Files:
17     COPYING
18
19 Source-Repository head
20     Type: git
21     Location: git://git.cielonegro.org/bindings-CoreFoundation.git
22
23 Library
24     Build-Depends:
25         base         == 4.2.*,
26         bindings-DSL == 1.0.*
27
28     Frameworks:
29         CoreFoundation
30
31     Exposed-Modules:
32         Bindings.CoreFoundation.CFArray
33         Bindings.CoreFoundation.CFBase
34         Bindings.CoreFoundation.CFCharacterSet
35         Bindings.CoreFoundation.CFData
36         Bindings.CoreFoundation.CFDictionary
37         Bindings.CoreFoundation.CFLocale
38
39     C-Sources:
40         cbits/helper_CFArray.c
41         cbits/helper_CFBase.c
42         cbits/helper_CFCharacterSet.c
43         cbits/helper_CFData.c
44         cbits/helper_CFDictionary.c
45         cbits/helper_CFLocale.c
46
47     Extensions:
48         ForeignFunctionInterface