Name: macosx-core Version: 0.0.0 Synopsis: Partial bindings to Core* libraries in Mac OS X Description: Bindings to some parts of the CoreFoundation, CoreAudio and CoreMIDI services. This is used in some higher level interfaces to these services. License: BSD3 License-file: LICENSE Author: Balazs Komuves Maintainer: bkomuves (plus) hackage (at) gmail (dot) com homepage: http://code.haskell.org/~bkomuves/ Stability: Unstable Category: System Tested-With: GHC == 6.8.2, GHC == 6.10.1 Cabal-Version: >= 1.2 Build-Type: Simple Flag splitBase Description: Choose the new smaller, split-up base package. Library if flag(splitBase) Build-Depends: base >= 3 else Build-Depends: base < 3 Exposed-Modules: System.MacOSX.CoreFoundation, System.MacOSX.CoreAudio, System.MacOSX.CoreMIDI Frameworks: CoreFoundation, CoreAudio, CoreMIDI Extensions: ForeignFunctionInterface, CPP, TypeSynonymInstances, EmptyDataDecls Hs-Source-Dirs: . ghc-options: -threaded