-- Initial dobutokO2.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: dobutokO2 version: 0.26.0.0 synopsis: A program and a library to create experimental music from a mono audio and a Ukrainian text description: It can also create a timbre for the notes. Uses SoX inside. homepage: https://hackage.haskell.org/package/dobutokO2 license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com -- copyright: category: Sound, Music, Language build-type: Simple extra-source-files: CHANGELOG.md, README.markdown, text.dat.txt cabal-version: >=1.10 library exposed-modules: Main, DobutokO.Sound, DobutokO.Sound.Functional, DobutokO.Sound.Executable, DobutokO.Sound.IntermediateF, DobutokO.Sound.ParseList -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.14, vector >=0.11 && <0.14, process >=1.4 && <1.8, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.6.6 && <1, directory >=1.2.7 && <1.6, mmsyn7ukr >=0.15.3 && <1, mmsyn2 >=0.1.7 && <1, mmsyn6ukr >=0.6.3.1 && <1 -- hs-source-dirs: default-language: Haskell2010 executable dobutokO2 main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.14, vector >=0.11 && <0.14, process >=1.4 && <1.8, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.6.6 && <1, directory >=1.2.7 && <1.6, mmsyn7ukr >=0.15.3 && <1, mmsyn2 >=0.1.7 && <1, mmsyn6ukr >=0.6.3.1 && <1 -- hs-source-dirs: default-language: Haskell2010