-- Initial uniqueness-periods-vector-examples.cabal generated by cabal
-- init. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: phonetic-languages-plus
version: 0.3.0.0
synopsis: Some common shared between different packages functions.
description: Among them are the uniqueness-periods-vector series.
homepage: https://hackage.haskell.org/package/phonetic-languages-plus
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Language, Math, Game
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Languages.UniquenessPeriods.Vector.AuxiliaryG, Data.Statistics.RulesIntervals, Data.Statistics.RulesIntervalsPlus, Distribution.Processment, Ukrainian.ReverseConcatenations
-- other-modules:
other-extensions: CPP, BangPatterns
build-depends: base >=4.7 && <4.16, bytestring >= 0.10 && < 0.14, lists-flines >=0.1.1 && <1, mmsyn2-array >= 0.1.3 && <1, mmsyn5 >= 0.5 && <1, uniqueness-periods-vector-stats >=0.2.1 && <1, parallel >=3.2.0.6 && <4
-- hs-source-dirs:
default-language: Haskell2010
executable distributionTextG
main-is: Main.hs
other-modules: Data.Statistics.RulesIntervals, Data.Statistics.RulesIntervalsPlus, Distribution.Processment
other-extensions: CPP
build-depends: base >=4.7 && <4.16, bytestring >= 0.10 && < 0.14, lists-flines >=0.1.1 && <1, uniqueness-periods-vector-stats >=0.2.1 && <1, parallel >=3.2.0.6 && <4
ghc-options: -threaded -rtsopts
hs-source-dirs: ., Distribution
default-language: Haskell2010
executable unconcatUkr
main-is: Main.hs
other-modules: Ukrainian.ReverseConcatenations
other-extensions: CPP
build-depends: base >=4.7 && <4.16, mmsyn2-array >= 0.1.3 && <1, mmsyn5 >= 0.5 && <1
ghc-options: -threaded -rtsopts
hs-source-dirs: ., Ukrainian
default-language: Haskell2010