Cabal revisions of histogram-fill-0.9.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: histogram-fill-Version: 0.9.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.--Cabal-Version: >= 1.8-License: BSD3-License-File: LICENSE-Author: Alexey Khudyakov-Maintainer: Alexey Khudyakov <alexey.skladnoy@gmail.com>-Homepage: https://github.com/Shimuuar/histogram-fill/-Bug-reports: https://github.com/Shimuuar/histogram-fill/issues-Category: Data-Build-Type: Simple-extra-source-files:- ChangeLog.md--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 >= 4.6 && <5- , deepseq- , primitive >= 0.5- , ghc-prim- , vector >= 0.10.0.1- if impl(ghc < 8.0)- Build-Depends: semigroups >= 0.18- 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.BinVar- Data.Histogram.Bin.LogBinD- Data.Histogram.Bin.MaybeBin- Data.Histogram.Bin.Bin2D- Data.Histogram.Bin.Extra- Data.Histogram.Bin.Read- Data.Histogram.ST--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.9.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. + +Cabal-Version: >= 1.8 +License: BSD3 +License-File: LICENSE +Author: Alexey Khudyakov +Maintainer: Alexey Khudyakov <alexey.skladnoy@gmail.com> +Homepage: https://github.com/Shimuuar/histogram-fill/ +Bug-reports: https://github.com/Shimuuar/histogram-fill/issues +Category: Data +Build-Type: Simple +extra-source-files: + ChangeLog.md + +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 >= 4.6 && <4.12 + , deepseq + , primitive >= 0.5 + , ghc-prim + , vector >= 0.10.0.1 + if impl(ghc < 8.0) + Build-Depends: semigroups >= 0.18 + 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.BinVar + Data.Histogram.Bin.LogBinD + Data.Histogram.Bin.MaybeBin + Data.Histogram.Bin.Bin2D + Data.Histogram.Bin.Extra + Data.Histogram.Bin.Read + Data.Histogram.ST + +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