-- Initial mmsyn7l.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7l version: 0.9.0.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-2021 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.15, mmsyn7ukr-common >=0.1.1 && <1, mmsyn2-array >=0.1.1 && <1, directory >=1.2.7 && <2, process >=1.4 && <1.9, mmsyn3 >=0.1.5 && <1 -- hs-source-dirs: default-language: Haskell2010 executable mmsyn7l main-is: Main.hs other-modules: MMSyn7l -- other-extensions: build-depends: base >=4.7 && <4.15, mmsyn7ukr-common >=0.1.1 && <1, mmsyn2-array >=0.1.1 && <1, directory >=1.2.7 && <2, process >=1.4 && <1.9, mmsyn3 >=0.1.5 && <1 -- hs-source-dirs: default-language: Haskell2010