-- Initial phonetic-languages-phonetics-basics.cabal generated by cabal
-- init. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: phonetic-languages-phonetics-basics
version: 0.2.1.0
synopsis: A library for working with generalized phonetic languages usage.
description: There already exists a Ukrainian implementation for the phonetic languages approach published at: https://hackage.haskell.org/package/phonetic-languages-simplified-examples-array. It is optimized for the Ukrainian only and needs to be rewritten for every new language mostly from scratch using it as a template. To avoid this boilerplate, this one is provided. It can be used for different languages and even for music or other fields.
homepage: https://hackage.haskell.org/package/phonetic-languages-phonetics-basics
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Language, Math, Game
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Data.Phonetic.Languages.Undefined, Data.Phonetic.Languages.Base
-- other-modules:
other-extensions: CPP, BangPatterns, UnboxedTuples, MagicHash
ghc-options: -funbox-strict-fields
build-depends: base >=4.8 && <4.15
-- hs-source-dirs:
default-language: Haskell2010