cabal-version: >=1.10
-- Initial package description 'mmsyn2-array-ukrainian-data.cabal'
-- generated by 'cabal init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: mmsyn2-array-ukrainian-data
version: 0.2.0.0
synopsis: Data that is taken from the ukrainian-phonetics-basic-array for optimization.
description: Is intended to be used in the phonetic-languages-simplified-examples-array functionality.
-- bug-reports:
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: 2022-2023 Oleksandr Zhabenko
category: Data,Language,Math
build-type: Simple
extra-source-files: CHANGELOG.md
library
exposed-modules: Phladiprelio.Ukrainian.Data
-- other-modules:
other-extensions: Strict, NoImplicitPrelude
build-depends: base >=4.13 && <5
-- hs-source-dirs:
default-language: Haskell2010