-- Initial algorithmic-composition-frequency-shift.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: algorithmic-composition-frequency-shift
version: 0.1.0.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/algorithmic-composition-frequency-shift
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Sound, Music
build-type: Simple
extra-source-files: ChangeLog.md, README.markdown
cabal-version: >=1.10
library
exposed-modules: Composition.Sound.Faded, Composition.Sound.Presentation
-- other-modules:
other-extensions: CPP
build-depends: base >=4.7 && <4.15, process >=1.4 && <1.9, mmsyn3 >=0.1.5 && <1, directory >=1.2.7 && <1.7, mmsyn7l >=0.8 && <1, algorithmic-composition-basic >=0.1.1 && <1, doublezip >= 0.1 && <1
-- hs-source-dirs:
default-language: Haskell2010