-- Initial ukrainian-phonetics-basic-array.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: ukrainian-phonetics-basic-array
version: 0.10.0.0
synopsis: A library to work with the basic Ukrainian phonetics and syllable segmentation.
description: Rewritten from the mmsyn6ukr and mmsyn7s packages. Comparing to the ukrainian-phonetics-basic package, all the vector-related functionality removed, it also removed from the dependencies and the mmsyn2 is changed to mmsyn2-array. Since 0.4.0.0 version switched to the more optimized Int8-based functionality. The old modules with bytestring dependencies since the 0.6.0.0 version moved to the other package ukrainian-phonetics-basic-array-bytestring to reduce the actual dependencies for the phonetic languages concerning packages.
homepage: https://hackage.haskell.org/package/ukrainian-phonetics-basic-array
bug-reports: https://github.com/Oleksandr-Zhabenko/ukrainian-phonetics-basic-array/issues
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: Oleksandr Zhabenko
category: Language
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
cabal-version: >=1.10
library
exposed-modules: Phladiprelio.Ukrainian.Syllable, Phladiprelio.Ukrainian.Melodics, Phladiprelio.Ukrainian.SyllableWord8
-- other-modules:
other-extensions: BangPatterns, DeriveDataTypeable, FlexibleInstances, TypeSynonymInstances, NoImplicitPrelude, Strict
build-depends: base >=4.13 && <5, mmsyn2-array ==0.3.1.1, intermediate-structures == 0.1.1.0, ukrainian-phonetics-common ==0.2.0.0
-- hs-source-dirs:
default-language: Haskell2010