Cabal revisions of histogram-fill-0.8.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: histogram-fill-Version: 0.8.0.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.8.0.0- .- * @toHBuilderM@ added and internal definition of @HBuilder@ is- changed. It required adding dependency on @monad-primitive@.- .- * @joinHBuilder@ and @treeHBuilder@ are deprecated.- .- Changes in 0.7.3.0- .- * Function for searching for minimum/maximum added.- .- * @NFData@ instance is fixed.- .- Changes in 0.7.3.0- .- * @mkStatefulBuilder@ is added and HBuilder constructor is exposed.- .- * Indexing operators for immutable histograms are added.- .- Changes in 0.7.2.0- .- * fromMaybeBin added.- .- Changes in 0.7.1.0- .- * breduceX and breduceY are added.- .- Changes in 0.7.0.0- .- * @mkFoldBuilder@ is added to @Data.Histogram.Fill@- .- * fill functions in @Data.Histogram.ST@ are replaced with generic- variant.- .- * Indexing for immutable histograms is added and special constructor- for first and last bin are added to @HistIndex@ data type.- .- * Functions to calculate sum, minimum and maximum of immutable- histogram are added.- .- Changes in 0.6.2.0- .- * MaybeBin added.- .- * Helper function for defining Read instances for bins are exposed. - .- * mapData function is added.- .- * Slicing histogram do not results in crash if indices are out of- bounds.- .- * Eq instances for BinF and BinD are added.- .- * NFData instance for Bin2D is fixed.- .- 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.8-License: BSD3-License-File: LICENSE-Author: Alexey Khudyakov-Maintainer: Alexey Khudyakov <alexey.skladnoy@gmail.com>-Homepage: https://bitbucket.org/Shimuuar/histogram-fill/-Bug-reports: https://github.com/Shimuuar/histogram-fill/issues-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- Ghc-options: -O2 -Wall- Ghc-prof-options: -auto-all- Build-Depends:- base >=3 && <5,- deepseq,- primitive,- monad-primitive >= 0.1,- vector >= 0.10.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.MaybeBin- Data.Histogram.Bin.Bin2D- Data.Histogram.Bin.Extra- Data.Histogram.Bin.Read- Data.Histogram.ST--test-suite tests- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: QC.hs- other-modules: QC.Instances- ghc-options: -Wall- build-depends:- base >=3 && < 5,- histogram-fill,- vector,- QuickCheck >= 2,- test-framework,- test-framework-quickcheck2--Benchmark benchmarks- Type: exitcode-stdio-1.0- Main-is: benchmark.hs- hs-source-dirs: benchmarks- build-depends:- base >=3 && <5,- histogram-fill,- mwc-random,- vector,- criterion+Name: histogram-fill +Version: 0.8.0.0 +x-revision: 1 +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.8.0.0 + . + * @toHBuilderM@ added and internal definition of @HBuilder@ is + changed. It required adding dependency on @monad-primitive@. + . + * @joinHBuilder@ and @treeHBuilder@ are deprecated. + . + Changes in 0.7.3.0 + . + * Function for searching for minimum/maximum added. + . + * @NFData@ instance is fixed. + . + Changes in 0.7.3.0 + . + * @mkStatefulBuilder@ is added and HBuilder constructor is exposed. + . + * Indexing operators for immutable histograms are added. + . + Changes in 0.7.2.0 + . + * fromMaybeBin added. + . + Changes in 0.7.1.0 + . + * breduceX and breduceY are added. + . + Changes in 0.7.0.0 + . + * @mkFoldBuilder@ is added to @Data.Histogram.Fill@ + . + * fill functions in @Data.Histogram.ST@ are replaced with generic + variant. + . + * Indexing for immutable histograms is added and special constructor + for first and last bin are added to @HistIndex@ data type. + . + * Functions to calculate sum, minimum and maximum of immutable + histogram are added. + . + Changes in 0.6.2.0 + . + * MaybeBin added. + . + * Helper function for defining Read instances for bins are exposed. + . + * mapData function is added. + . + * Slicing histogram do not results in crash if indices are out of + bounds. + . + * Eq instances for BinF and BinD are added. + . + * NFData instance for Bin2D is fixed. + . + 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.8 +License: BSD3 +License-File: LICENSE +Author: Alexey Khudyakov +Maintainer: Alexey Khudyakov <alexey.skladnoy@gmail.com> +Homepage: https://bitbucket.org/Shimuuar/histogram-fill/ +Bug-reports: https://github.com/Shimuuar/histogram-fill/issues +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 + Ghc-options: -O2 -Wall + Ghc-prof-options: -auto-all + Build-Depends: + base >=3 && <4.11, + deepseq, + primitive, + monad-primitive >= 0.1, + vector >= 0.10.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.MaybeBin + Data.Histogram.Bin.Bin2D + Data.Histogram.Bin.Extra + Data.Histogram.Bin.Read + Data.Histogram.ST + +test-suite tests + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: QC.hs + other-modules: QC.Instances + ghc-options: -Wall + build-depends: + base >=3 && < 5, + histogram-fill, + vector, + QuickCheck >= 2, + test-framework, + test-framework-quickcheck2 + +Benchmark benchmarks + Type: exitcode-stdio-1.0 + Main-is: benchmark.hs + hs-source-dirs: benchmarks + build-depends: + base >=3 && <5, + histogram-fill, + mwc-random, + vector, + criterion