-- Initial phonetic-languages-ukrainian-array.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: phonetic-languages-ukrainian-array
version: 0.7.0.0
synopsis: Prepares Ukrainian text to be used as a phonetic language text
description: Applies needed minimal grammar connections so that the text afterwards can be processed by dobutokO-poetry or phonetic languages approach related programs. Uses arrays instead of vectors. Besides can be used to reverse many of the done concatenations.
homepage: https://hackage.haskell.org/package/phonetic-languages-ukrainian-array
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Language,Game
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Phonetic.Languages.Ukrainian.PrepareText, Ukrainian.ReverseConcatenations
-- other-modules:
other-extensions: CPP, BangPatterns
build-depends: base >=4.9 && <4.16, mmsyn2-array >=0.2.1.1 && <1, mmsyn5 >=0.5 && <1, hashable >= 1.2.7 && <2
-- hs-source-dirs:
default-language: Haskell2010
executable unconcatUkr
main-is: Main.hs
other-modules: Ukrainian.ReverseConcatenations
other-extensions: CPP, BangPatterns
build-depends: base >=4.9 && <4.16, mmsyn2-array >= 0.2.1.1 && <1, mmsyn5 >=0.5 && <1, hashable >= 1.2.7 && <2
ghc-options: -threaded -rtsopts
hs-source-dirs: ., Ukrainian
default-language: Haskell2010