packages feed

phonetic-languages-ukrainian-array-0.2.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.2.0.0
synopsis:            Prepares Ukrainian text to be used as a phonetic language text
description:         Prepares Ukrainian text to be used as a phonetic language text. Applies needed minimal grammar connections so that the text afterwards can be processed by dobutokO-poetry related programs. Uses arrays instead of vectors.
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
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.7 && <4.15, mmsyn2-array >=0.1.1 && <1, mmsyn5 >=0.4.4 && <1
  -- hs-source-dirs:
  default-language:    Haskell2010