mmsyn7l-0.3.2.0: mmsyn7l.cabal
-- Initial mmsyn7l.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mmsyn7l
version: 0.3.2.0
synopsis: Modifies the amplitudes of the Ukrainian sounds representations created by mmsyn7ukr package.
description: A program and a library to modify the amplitudes of the Ukrainian sounds representations created by mmsyn7ukr package or somehow otherwise.
homepage: https://hackage.haskell.org/package/mmsyn7l
license: MIT
license-file: LICENSE
author: (c) OleksandrZhabenko 2020
maintainer: olexandr543@yahoo.com
-- copyright:
category: Sound
build-type: Simple
extra-source-files: CHANGELOG.md, README.markdown
cabal-version: >=1.10
library
exposed-modules: Main, MMSyn7l
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.14, mmsyn7ukr >=0.11 && <1, vector >=0.11 && <0.14, mmsyn2 >=0.1.7 && <1
-- hs-source-dirs:
default-language: Haskell2010
executable mmsyn7l
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.14, mmsyn7ukr >=0.11 && <1, vector >=0.11 && <0.14, mmsyn2 >=0.1.7 && <1
-- hs-source-dirs:
default-language: Haskell2010