packages feed

phonetic-languages-rhythmicity-0.3.1.0: phonetic-languages-rhythmicity.cabal

-- Initial phonetic-languages-rhythmicity.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/

name:                phonetic-languages-rhythmicity
version:             0.3.1.0
synopsis:            Allows to estimate the rhythmicity properties for the text (usually, the Ukrainian poetic one)
description:         Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text (usually, the Ukrainian poetic one, but it can be extrapolated to other ones). Inspired by the ancient Greek and Latin poetry.

homepage:            https://hackage.haskell.org/package/phonetic-languages-rhythmicity
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          olexandr543@yahoo.com
copyright:           Oleksandr Zhabenko
category:            Language,Math,Data,Game
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules:     Languages.Rhythmicity, Languages.Rhythmicity.Factor, Rhythmicity.TwoFourth
  -- other-modules:
  other-extensions:    BangPatterns
  ghc-options:         -funbox-strict-fields
  build-depends:       base >=4.7 && <4.15
  -- hs-source-dirs:
  default-language:    Haskell2010