dobutokO4-0.1.1.0: dobutokO4.cabal
-- Initial dobutokO4.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: dobutokO4
version: 0.1.1.0
synopsis: Helps to create experimental music. Uses SoX inside.
description: Uses SoX fade (in a special 2D way) and frequency modulation. Provides a special representation for the composition.
homepage: https://hackage.haskell.org/package/dobutokO4
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.Faded, DobutokO.Sound.Presentation
-- other-modules:
other-extensions: CPP
build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, process >=1.4 && <1.9, mmsyn3 >=0.1.5 && <1, directory >=1.2.7 && <1.7, mmsyn7l >=0.6.1 && <1, dobutokO2 >=0.41 && <1, vector-doublezip >= 0.1 && <1
-- hs-source-dirs:
default-language: Haskell2010