packages feed

algorithmic-composition-additional-0.2.0.0: algorithmic-composition-additional.cabal

-- Initial algorithmic-composition-additional.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                algorithmic-composition-additional
version:             0.2.0.0
synopsis:            Helps to create experimental music from a file (or its part) and a Ukrainian text.
description:         It can also generate a timbre for the notes. Uses SoX inside.
homepage:            https://hackage.haskell.org/package/algorithmic-composition-additional
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          olexandr543@yahoo.com
copyright:           Oleksandr Zhabenko
category:            Sound, Music, Language
build-type:          Simple
extra-source-files:  CHANGELOG.md, README.md, text.dat.txt
cabal-version:       >=1.10

library
  exposed-modules:     Main, Composition.Sound.Overtones, Composition.Sound.Uniq, Composition.Sound.Functional, Composition.Sound.Process, Composition.Sound.Executable, Composition.Sound.ParseList, Composition.Sound.Functional.Split, Composition.Sound.DIS5G6G, Composition.Sound.Decibel, Composition.Sound.Extended, Composition.Sound.Octaves, Composition.Sound.FunctionF
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.8 && <5, process >=1.4 && <2, mmsyn3 ==0.1.6.0,  directory >=1.2.7 && <2, mmsyn7ukr-common ==0.2.0.0, mmsyn2-array ==0.3.0.0, ukrainian-phonetics-basic-array ==0.6.0.0, mmsyn7l ==0.9.1.0, phonetic-languages-simplified-base ==0.6.0.0, foldable-ix ==0.2.1.0, algorithmic-composition-basic ==0.6.0.0, phonetic-languages-basis ==0.1.1.0
  -- hs-source-dirs:
  default-language:    Haskell2010

executable acb
  main-is:             Main.hs
  other-modules:       Composition.Sound.Overtones, Composition.Sound.Uniq, Composition.Sound.Functional, Composition.Sound.Process, Composition.Sound.Executable, Composition.Sound.ParseList, Composition.Sound.Functional.Split, Composition.Sound.DIS5G6G, Composition.Sound.Decibel, Composition.Sound.Extended, Composition.Sound.Octaves, Composition.Sound.FunctionF
  -- other-extensions:
  build-depends:       base >=4.8 && <5, process >=1.4 && <2, mmsyn3 ==0.1.6.0,  directory >=1.2.7 && <2, mmsyn7ukr-common ==0.2.0.0, mmsyn2-array ==0.3.0.0, ukrainian-phonetics-basic-array ==0.6.0.0, mmsyn7l ==0.9.1.0, phonetic-languages-simplified-base ==0.6.0.0, foldable-ix ==0.2.1.0, algorithmic-composition-basic ==0.6.0.0, phonetic-languages-basis ==0.1.1.0

   -- hs-source-dirs:
  default-language:    Haskell2010