cabal-version: 2.4
name: phladiprelio-ukrainian-shared
version: 0.1.0.0
-- A short (one-line) description of the package.
synopsis: A shared by different Ukrainian implementations of the PhLADiPreLiO functionality.
-- A longer description of the package.
description: Is intended to be used by both old phonetic-languages-simplified-examples-array and new phladiprelio-ukrainian-simple packages.
-- A URL where users can report bugs.
-- bug-reports:
-- The license under which the package is released.
license: MIT
author: Oleksandr Zhabenko
maintainer: oleksandr.zhabenko@yahoo.com
-- A copyright notice.
copyright: Oleksandr Zhabenko
category: Language, Math, Data
extra-source-files: CHANGELOG.md, README.md
library
exposed-modules: Phladiprelio.Ukrainian.ReadDurations
-- LANGUAGE extensions used by modules in this package.
other-extensions: BangPatterns, NoImplicitPrelude
build-depends: base >=4.13 && <5, directory >=1.3.4.0 && <2, ukrainian-phonetics-basic-array ==0.7.0.0, mmsyn2-array ==0.3.1.1
hs-source-dirs: .
default-language: Haskell2010