histogram-fill-0.6.1.0: histogram-fill.cabal
Name: histogram-fill
Version: 0.6.1.0
Synopsis: Library for histograms creation.
Description:
This is library for histograms filling. Its aim to provide
convenient way to create and fill histograms.
.
Changes in 0.6.1.0
.
* Helper function and type synonym for Bin2D
.
Changes in 0.6.0.1
.
* Fixed compilation with GHC 7.4
Cabal-Version: >= 1.6
License: BSD3
License-File: LICENSE
Author: Alexey Khudyakov
Maintainer: Alexey Khudyakov <alexey.skladnoy@gmail.com>
Homepage: http://bitbucket.org/Shimuuar/histogram-fill/
Category: Data
Build-Type: Simple
extra-source-files:
README.markdown
source-repository head
type: hg
location: http://bitbucket.org/Shimuuar/histogram-fill
source-repository head
type: git
location: http://github.com/Shimuuar/histogram-fill
Library
Build-Depends: base >=3 && <5,
deepseq,
primitive,
vector >= 0.7
-- monoid-statistics == 0.1.*
Exposed-modules: Data.Histogram
Data.Histogram.Generic
Data.Histogram.Fill
Data.Histogram.Bin
Data.Histogram.Bin.Classes
Data.Histogram.Bin.BinI
Data.Histogram.Bin.BinInt
Data.Histogram.Bin.BinEnum
Data.Histogram.Bin.BinF
Data.Histogram.Bin.LogBinD
Data.Histogram.Bin.Bin2D
Data.Histogram.Bin.Extra
Data.Histogram.ST
Other-modules: Data.Histogram.Parse
Ghc-options: -O2 -Wall
Ghc-prof-options: -auto-all