]> gitweb @ CieloNegro.org - bindings-CarbonCore.git/blobdiff - bindings-carbon-core.cabal
package rename: bindings-CarbonCore
[bindings-CarbonCore.git] / bindings-carbon-core.cabal
diff --git a/bindings-carbon-core.cabal b/bindings-carbon-core.cabal
deleted file mode 100644 (file)
index a59a27d..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-Name: bindings-carbon-core
-Synopsis: Low level bindings to Apple's CarbonCore Framework
-Description:
-        Bindings to Apple's CarbonCore Framework
-Version: 0.1
-License: PublicDomain
-License-File: COPYING
-Author: PHO <pho at cielonegro dot org>
-Maintainer: PHO <pho at cielonegro dot org>
-Stability: experimental
-Homepage: http://cielonegro.org/Bindings-CarbonCore.html
-Category: FFI
-Tested-With: GHC == 6.12.3
-Cabal-Version: >= 1.6
-Build-Type: Simple
-Extra-Source-Files:
-    COPYING
-
-Source-Repository head
-    Type: git
-    Location: git://git.cielonegro.org/bindings-carbon-core.git
-
-Library
-    Build-Depends:
-        base         == 4.2.*,
-        bindings-DSL == 1.0.*
-
-    Frameworks:
-        CoreServices
-
-    Exposed-Modules:
-        Bindings.CoreServices.CarbonCore.AIFF
-        Bindings.CoreServices.CarbonCore.AVLTree
-        Bindings.CoreServices.CarbonCore.Aliases
-        Bindings.CoreServices.CarbonCore.Files
-        Bindings.CoreServices.CarbonCore.Finder
-        Bindings.CoreServices.CarbonCore.MacTypes
-        Bindings.CoreServices.CarbonCore.OSUtils
-        Bindings.CoreServices.CarbonCore.UTCUtils
-
-    C-Sources:
-        cbits/helper_aiff.c
-        cbits/helper_files.c
-        cbits/helper_mactypes.c
-
-    CC-Options:
-        -fpascal-strings
-
-    Extensions:
-        ForeignFunctionInterface