-- Initial r-glpk-phonetic-languages-ukrainian-durations.cabal generated by
-- cabal init. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: r-glpk-phonetic-languages-ukrainian-durations
version: 0.4.2.0
synopsis: Can be used to calculate the durations of the approximations of the Ukrainian phonemes.
description: Can be used to calculate the durations of the approximations of the Ukrainian phonemes using some prepared text with its correct (at least mostly) pronunciation. The prepared text is located in the same directory and contains lines --- the Ukrainian word and its duration in seconds separated with whitespace.
homepage: https://hackage.haskell.org/package/r-glpk-phonetic-languages-ukrainian-durations
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Language,Math
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
cabal-version: >=1.10
library
exposed-modules: Numeric.Wrapper.R.GLPK.Phonetics.Ukrainian.Durations
other-modules: Main
other-extensions: CPP
build-depends: base >=4.8 && <5, mmsyn2-array ==0.3.0.0, ukrainian-phonetics-basic-array ==0.5.3.0, lists-flines ==0.1.2.0 && <1, foldable-ix ==0.2.1.0
-- hs-source-dirs:
default-language: Haskell2010
executable pldUkr
main-is: Main.hs
other-modules: Numeric.Wrapper.R.GLPK.Phonetics.Ukrainian.Durations
-- other-extensions:
build-depends: base >=4.8 && <5, mmsyn2-array ==0.3.0.0, ukrainian-phonetics-basic-array >=0.5.3.0, lists-flines ==0.1.2.0 && <1, foldable-ix ==0.2.1.0
-- hs-source-dirs:
default-language: Haskell2010