cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: ceac0dbf0519ad772458a803451c2c01245afcb4ef7d362d96f6fbd6adbeb802 name: opusfile version: 0.1.0.1 synopsis: FFI bindings for libopusfile category: Sound author: Alexander Bondarenko maintainer: aenor.realm@gmail.com copyright: Alexander Bondarenko license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://gitlab.com/dpwiz/opusfile flag executables manual: True default: False library exposed-modules: Sound.OpusFile other-modules: Paths_opusfile hs-source-dirs: src default-extensions: BlockArguments LambdaCase TypeApplications ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints extra-libraries: opusfile build-depends: base >=4.7 && <5 , bytestring default-language: Haskell2010 executable example-openal main-is: Main.hs other-modules: Paths_opusfile hs-source-dirs: examples/openal-playfile default-extensions: BlockArguments LambdaCase TypeApplications ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-maxN4 build-depends: OpenAL , StateVar , base >=4.7 && <5 , bytestring , opusfile if !flag(executables) buildable: False default-language: Haskell2010