name: staf version: 0.1.0.0 synopsis: Numerical statistics for Foldable containers description: Staf is a pure Haskell module that implements a safe interface to a set of basic numerical statistics that only assume the Foldable typeclass for the underlying container. homepage: https://github.com/lovasko/staf license: OtherLicense license-file: LICENSE author: Daniel Lovasko maintainer: Daniel Lovasko copyright: 2016 Daniel Lovasko category: Math build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Stats.Foldable build-depends: base >= 4.7 && <= 5.0 default-language: Haskell2010 source-repository head type: git location: https://github.com/lovasko/staf