hstatistics-0.1.0.4: hstatistics.cabal
Name: hstatistics
Version: 0.1.0.4
License: GPL
License-file: LICENSE
Copyright: (c) A.V.H. McPhail 2010
Author: Vivian McPhail
Maintainer: haskell.vivian.mcphail <at> gmail <dot> com
Stability: provisional
Homepage: http://code.haskell.org/hstatistics
Synopsis: Statistics
Description: Purely functional interface for statistics based on hmatrix and GSL
Category: Math
tested-with: GHC ==6.12.1
cabal-version: >=1.2
build-type: Custom
extra-source-files: configure configure.hs README INSTALL CHANGES
extra-tmp-files: hstatistics.buildinfo
library
Build-Depends: base >= 3 && < 5,
storable-complex, hmatrix >= 0.9.3
Extensions: ForeignFunctionInterface
hs-source-dirs: lib
Exposed-modules: Numeric.GSL.Sort
Numeric.GSL.Statistics
Numeric.GSL.Histogram
Numeric.GSL.Histogram2D
Numeric.GSL.Permutation
Numeric.GSL.Distribution.Continuous
Numeric.GSL.Distribution.Discrete
Numeric.GSL.Distribution.Common
Numeric.GSL.Fitting.Linear
other-modules:
C-sources: lib/Numeric/GSL/statistics-aux.c
lib/Numeric/GSL/sort-aux.c
lib/Numeric/GSL/histogram-aux.c
lib/Numeric/GSL/permutation-aux.c
lib/Numeric/GSL/distribution-aux.c
lib/Numeric/GSL/fitting-aux.c
ghc-prof-options: -auto
ghc-options: -Wall -fno-warn-missing-signatures
-fno-warn-orphans
-fno-warn-unused-binds
if os(OSX)
extra-lib-dirs: /opt/local/lib/
include-dirs: /opt/local/include/
extra-libraries: gsl
frameworks: Accelerate
-- The extra-libraries required for GSL
-- should now be automatically detected by configure(.hs)
extra-libraries:
extra-lib-dirs:
source-repository head
type: darcs
location: http://code.haskell.org/hstatistics