Name: DirectSound Version: 0.0.0 Synopsis: Partial binding to the Microsoft DirectSound API. Description: Partial binding to the Microsoft DirectSound API. License: BSD3 License-file: LICENSE Author: Balazs Komuves Copyright: (c) 2009 Balazs Komuves Maintainer: bkomuves (plus) hackage (at) gmail (dot) com Stability: Unstable Homepage: http://code.haskell.org/~bkomuves/ Category: Sound Tested-With: 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 Build-Depends: Win32 extra-libraries: dsound Exposed-Modules: Sound.Win32.DirectSound Extensions: ForeignFunctionInterface, CPP, EmptyDataDecls, TypeSynonymInstances Hs-Source-Dirs: .