packages feed

phonetic-languages-plus-0.7.1.0: phonetic-languages-plus.cabal

-- 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.7.1.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:          oleksandr.zhabenko@yahoo.com
copyright:           Oleksandr Zhabenko
category:            Language, Math, Game
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     Phladiprelio.AuxiliaryG, Phladiprelio.RulesIntervals, Phladiprelio.RulesIntervalsPlus, Phladiprelio.Distribution
  -- other-modules:
  other-extensions:    BangPatterns, NoImplicitPrelude
  build-depends:       base >=4.13 && <5, lists-flines ==0.1.3.0, uniqueness-periods-vector-stats ==0.4.0.0, parallel >=3.2.2.0 && <4
  -- hs-source-dirs:
  default-language:    Haskell2010

executable distributionTextG
  main-is:             Main.hs
  other-modules:       Phladiprelio.AuxiliaryG, Phladiprelio.RulesIntervals, Phladiprelio.RulesIntervalsPlus, Phladiprelio.Distribution
  other-extensions:    BangPatterns, NoImplicitPrelude
  build-depends:       base >=4.13 && <5, lists-flines ==0.1.3.0, uniqueness-periods-vector-stats ==0.4.0.0, parallel >=3.2.2.0 && <4
  ghc-options:         -threaded -rtsopts
  -- hs-source-dirs:      ., Distribution
  default-language:    Haskell2010