-- 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.11.0.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 and PhLADiPreLiO implementation with newer ideas also for Ukrainian published at: https://hackage.haskell.org/package/phladiprelio-ukrainian-simple. They are optimized for the Ukrainian only and much of their functionalities need to be rewritten for every new language mostly from scratch using them as templates. To avoid this boilerplate, this one is provided. It can be used for different languages and even for music or other fields. Now it combines the functionality of the @r-glpk-phonetic-languages-ukrainian-durations@ and @phonetic-languages-ukrainian-array@ and some dependencies of the mentioned ones.
homepage: https://hackage.haskell.org/package/phonetic-languages-phonetics-basics
bug-reports: https://github.com/Oleksandr-Zhabenko/phonetic-languages-phonetics-basics/issues
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: Oleksandr Zhabenko
category: Language, Math, Game
build-type: Simple
extra-source-files: ChangeLog.md, README.md, controlDataExample.txt, gwrsysExample.txt, EnglishConcatenated.txt
cabal-version: >=1.10
library
exposed-modules: Phladiprelio.General.Base, Phladiprelio.General.Syllables, Phladiprelio.RGLPK.General, Phladiprelio.General.SpecificationsRead, Phladiprelio.General.PrepareText
other-modules: Main
other-extensions: BangPatterns, UnboxedTuples, MagicHash, MultiParamTypeClasses, FlexibleInstances, NoImplicitPrelude
ghc-options: -funbox-strict-fields -fobject-code
build-depends: base >=4.13 && <5, mmsyn2-array ==0.3.1.1, intermediate-structures ==0.1.1.0, lists-flines == 0.1.3.0
hs-source-dirs:
default-language: Haskell2010
executable pldPL
main-is: Main.hs
other-modules: Phladiprelio.General.Base, Phladiprelio.General.Syllables, Phladiprelio.RGLPK.General, Phladiprelio.General.SpecificationsRead, Phladiprelio.General.PrepareText
-- other-extensions:
build-depends: base >=4.13 && <5, mmsyn2-array == 0.3.1.1, intermediate-structures == 0.1.1.0, lists-flines == 0.1.3.0
-- hs-source-dirs:
default-language: Haskell2010