cabal-version: 2.4 name: phladiprelio-rhythmicity-shared version: 0.1.0.0 -- A short (one-line) description of the package. synopsis: Allows to estimate some kind of the rhythmicity properties for the text -- A longer description of the package. description: The part of the package phonetic-languages-rhythmicity-0.10.2.0. See: [here](https://hackage.haskell.org/package/phonetic-languages-rhythmicity). Inspired by the ancient Greek and Latin poetry. -- A URL where users can report bugs. -- bug-reports: -- The license under which the package is released. license: MIT author: Oleksandr-Zhabenko maintainer: oleksandr.zhabenko@yahoo.com -- A copyright notice. copyright: Oleksandr Zhabenko category: Math, Language, Music extra-source-files: CHANGELOG.md, README.md library exposed-modules: Phladiprelio.Rhythmicity.Factor, Phladiprelio.Rhythmicity.Simple -- other-modules: -- LANGUAGE extensions used by modules in this package. other-extensions: BangPatterns, MultiWayIf, NoImplicitPrelude build-depends: base >=4.13 && <5 hs-source-dirs: . default-language: Haskell2010