-- Initial dobutokO-poetry.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: dobutokO-poetry-general
version: 0.1.0.0
synopsis: Helps to order the 7 or less words (first of all the Ukrainian ones) to obtain somewhat suitable for poetry or music text
description: Helps to order the 7 or less words (or their concatenations) to obtain somewhat suitable for poetry or music text. Can be also used as a research instrument with generalized functions.
homepage: https://hackage.haskell.org/package/dobutokO-poetry-general
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, README.md
cabal-version: >=1.10
library
exposed-modules: DobutokO.Poetry.StrictV, DobutokO.Poetry.Auxiliary, DobutokO.Poetry.Norms, DobutokO.Poetry.Norms.Extended, DobutokO.Poetry.Data
-- other-modules:
other-extensions: BangPatterns, CPP, FlexibleInstances, MultiParamTypeClasses
build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, mmsyn3 >=0.1.5 && <1, mmsyn7s >=0.8 && <1, mmsyn6ukr >=0.8 && <1
-- hs-source-dirs:
default-language: Haskell2010