-- Initial uniqueness-periods-vector-stats.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: uniqueness-periods-vector-stats
version: 0.4.0.0
synopsis: A very basic descriptive statistics.
description: A very basic descriptive statistics. Functions use a tail recursion approach to compute the values and are strict by an accumulator.
homepage: https://hackage.haskell.org/package/uniqueness-periods-vector-stats
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: Oleksandr Zhabenko
category: Math,Data
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Numeric.Stats
-- other-modules:
other-extensions: BangPatterns, MagicHash, NoImplicitPrelude
build-depends: base >=4.13 && <5, ghc-prim >=0.5.3 && <1
-- hs-source-dirs:
default-language: Haskell2010