-- Initial mmsyn7s.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7s version: 0.9.0.0 synopsis: Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs description: A program and a library that show a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs homepage: https://hackage.haskell.org/package/mmsyn7s license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: (c) OleksandrZhabenko 2020 category: Language build-type: Simple extra-source-files: CHANGELOG.md, README.markdown cabal-version: >=1.10 library exposed-modules: MMSyn7s, Main, MMSyn7.Syllable -- other-modules: other-extensions: DeriveDataTypeable build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, mmsyn6ukr >=0.8 && <1, mmsyn2 >=0.1.8 && < 1, mmsyn5 >=0.4.4 && < 1 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -O2 executable mmsyn7s main-is: Main.hs other-modules: MMSyn7.Syllable, MMSyn7s other-extensions: DeriveDataTypeable build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, mmsyn6ukr >=0.8 && <1, mmsyn2 >=0.1.8 && < 1, mmsyn5 >=0.4.4 && < 1 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -O2