-- Initial phonetic-languages-properties.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: phonetic-languages-simplified-properties-lists
version: 0.4.0.0
synopsis: A generalization of the uniqueness-periods-vector-properties package.
description: Is a simplified version of the functionality of the former one. Uses lists as main processment data. Please, consider switching to the phonetic-languages-simplified-examples-array package related functionality. It is still under development and introducing new advanced features being more optimized.
homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-properties-lists
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
-- copyright:
category: Language
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
library
exposed-modules: Phonetic.Languages.Lists.Ukrainian.PropertiesFuncRepG, Phonetic.Languages.Lists.Ukrainian.PropertiesSyllablesG
-- other-modules:
other-extensions: BangPatterns, CPP
build-depends: base >=4.8 && <4.15, vector >=0.11 && <0.14, phonetic-languages-rhythmicity >=0.1.2 && <0.2, phonetic-languages-simplified-common >=0.3.2 && <1, ukrainian-phonetics-basic >=0.3.2 && <1
-- hs-source-dirs:
default-language: Haskell2010