hstats-0.3.0.1: hstats.cabal
Name: hstats
Version: 0.3.0.1
License: BSD3
License-file: LICENSE
Author: Marshall Beddoe
Copyright: Copyright (c) 2008, Marshall Beddoe
category: Mumeric.Statistics
synopsis: Statistical Computing in Haskell
build-type: Simple
description: A library of commonly used statistical functions
maintainer: bash@chordify.net
homepage: https://github.com/haas/hstats
cabal-version: >=1.6
source-repository head
type: git
location: git@github.com:haas/hstats.git
library
build-depends: base >= 3.0 && < 4.9
hs-source-dirs: src
exposed-Modules: Numeric.Statistics
extensions: BangPatterns