-- Initial phonetic-languages-simplified-examples-common.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: phonetic-languages-simplified-examples-common
version: 0.6.0.0
synopsis: Some commonly used by phonetic-languages-simplified* series functions.
description: Are intended to be used by the phonetic-languages-simplified-lists-examples and phonetic-languages-simplified-examples-array packages.
homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-examples-common
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: (c) 2020-2023 Oleksandr Zhabenko
category: Language, Math, Game
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
library
exposed-modules: Phladiprelio.Ukrainian.DeEnCoding, Phladiprelio.Ukrainian.SimpleConstraints, Phladiprelio.Ukrainian.Common
-- other-modules:
other-extensions: BangPatterns, NoImplicitPrelude
build-depends: base >=4.13 && <5, heaps >= 0.3.6.1 && <1, phonetic-languages-ukrainian-array ==0.10.0.0, phonetic-languages-simplified-properties-array ==0.17.1.0, ukrainian-phonetics-basic-array ==0.7.0.0
-- hs-source-dirs:
default-language: Haskell2010