-- Initial mmsyn7h.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7h version: 0.4.0.2 synopsis: Produces a sound recording specified by the Ukrainian text. description: A program and a library that are used with mmsyn7ukr (or separately) and are similar to mmsyn6ukr executable. The program uses the data files in the current directory instead of ones in the system defined directories. It reads Ukrainian text with the given by data files sounds. homepage: https://hackage.haskell.org/package/mmsyn7h license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: (c) Oleksandr Zhabenko 2019-2020 category: Language build-type: Simple extra-source-files: ChangeLog.md, README, Map.txt cabal-version: >=1.10 library exposed-modules: MMSyn7h, Main -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.14, process >=1.4 && <1.8, vector >=0.11 && <0.14, bytestring >=0.10 && < 0.12, mmsyn2 >=0.1.7 && <1, directory >=1.2.5 && <1.4, mmsyn6ukr >=0.6.2 && <1, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.1 && <1 -- hs-source-dirs: default-language: Haskell2010 executable mmsyn7h main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.14, process >=1.4 && <1.8, vector >=0.11 && <0.14, bytestring >=0.10 && <0.12, mmsyn2 >=0.1.7 && <1, directory >=1.2.5 && <1.4, mmsyn6ukr >=0.6.2 && <1, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.1 && <1 -- hs-source-dirs: default-language: Haskell2010