-- Initial dobutokO-frequency.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: dobutokO-frequency version: 0.1.0.0 synopsis: Helps to create experimental music. Working with frequencies and types. description: Can be used for applying the SoX "synth" effect and frequency modulation. homepage: https://hackage.haskell.org/package/dobutokO-frequency license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com -- copyright: category: Sound build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: DobutokO.Sound.Frequency -- other-modules: other-extensions: CPP, FlexibleInstances build-depends: base >=4.7 && <4.15 -- hs-source-dirs: default-language: Haskell2010