packages feed

phonetic-languages-ukrainian-array-0.5.0.0: phonetic-languages-ukrainian-array.cabal

-- 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.5.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
  build-depends:       base >=4.7 && <4.16, mmsyn2-array >=0.1.3 && <1, mmsyn5 >= 0.5 && <1
  -- hs-source-dirs:
  default-language:    Haskell2010

executable unconcatUkr
  main-is:             Main.hs
  other-modules:       Ukrainian.ReverseConcatenations
  other-extensions:    CPP
  build-depends:       base >=4.7 && <4.16, mmsyn2-array >= 0.1.3 && <1, mmsyn5 >= 0.5 && <1
  ghc-options:         -threaded -rtsopts
  hs-source-dirs:      ., Ukrainian
  default-language:    Haskell2010