-- 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.12.2.0
synopsis: Prepares Ukrainian text to be used as a PhLADiPreLiO text
description: Applies needed minimal grammar connections so that the text afterwards can be processed PhLADiPreLiO related programs. Besides can be used to reverse many of the done concatenations.
homepage: https://hackage.haskell.org/package/phonetic-languages-ukrainian-array
bug-reports: https://github.com/Oleksandr-Zhabenko/phonetic-languages-ukrainian-array/issues
license: MIT
license-file: LICENSE
author: Oleksandr Zhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: Oleksandr Zhabenko
category: Language,Game
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: Phladiprelio.Ukrainian.PrepareText, Phladiprelio.Ukrainian.ReverseConcatenations
-- other-modules:
other-extensions: BangPatterns, NoImplicitPrelude
build-depends: base >=4.13 && <5, mmsyn2-array ==0.3.1.1, intermediate-structures == 0.1.1.0
-- hs-source-dirs:
default-language: Haskell2010
executable unconcatUkr
main-is: Main.hs
other-modules: Phladiprelio.Ukrainian.ReverseConcatenations
other-extensions: BangPatterns, NoImplicitPrelude
build-depends: base >=4.13 && <5, mmsyn2-array ==0.3.1.1, intermediate-structures == 0.1.1.0
ghc-options: -threaded -rtsopts
-- hs-source-dirs:
default-language: Haskell2010