packages feed

opusfile-0.1.0.0: opusfile.cabal

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: c7063700f8e088ab3fbf8e386eba0e501f42d8f6332ae31aaa74b2084bea9b1f

name:           opusfile
version:        0.1.0.0
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