-- 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.2.1.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: olexandr543@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 build-depends: base >=4.7 && <4.15, ghc-prim >=0.3.1 && <1 -- hs-source-dirs: default-language: Haskell2010