-- Initial mmsyn7h.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7h version: 0.1.0.0 synopsis: A program that is used in mmsyn7ukr and is similar to mmsyn6ukr executable. description: A program that is used in mmsyn7ukr and is similar to mmsyn6ukr executable. It 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 category: Language build-type: Simple extra-source-files: ChangeLog.md, README, Map.txt cabal-version: >=1.10 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.1 && <1, mmsyn3 >=0.1.4 && <1 -- hs-source-dirs: default-language: Haskell2010