-- Initial dobutokO-effects.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: dobutokO-effects version: 0.3.1.0 synopsis: A library to deal with SoX effects and possibilities description: Can be used to get access to different SoX possibilities homepage: https://hackage.haskell.org/package/dobutokO-effects license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: (c) 2020 Oleksandr Zhabenko category: Sound, Music build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: DobutokO.Sound.Combine, DobutokO.Sound.Effects.Reverb, DobutokO.Sound.Effects.Fade, DobutokO.Sound.Effects.Remix, DobutokO.Sound.Effects.Timespec, DobutokO.Sound.Effects.Delay -- other-modules: other-extensions: CPP, FlexibleInstances build-depends: base >=4.7 && <4.15, dobutokO-frequency >=0.1 && <1 -- hs-source-dirs: default-language: Haskell2010