-- 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.11.0.2
synopsis: Allows to estimate the rhythmicity properties for the text
description: Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text. Inspired by the ancient Greek and Latin poetry. Since the 0.11.0.0 version part of the functionality moved to the other package [phladiprelio-rhythmicity-shared](https://hackage.haskell.org/package/phladiprelio-rhythmicity-shared) to reduce code duplication .
homepage: https://hackage.haskell.org/package/phonetic-languages-rhythmicity
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: Oleksandr Zhabenko
category: Language,Math,Data,Game
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
cabal-version: >=1.10
library
exposed-modules: Phladiprelio.Rhythmicity.TwoFourth, Phladiprelio.Rhythmicity.PolyRhythm
-- other-modules:
other-extensions: BangPatterns, MultiWayIf, NoImplicitPrelude
ghc-options: -funbox-strict-fields
build-depends: base >=4.13 && <5
-- hs-source-dirs:
default-language: Haskell2010