Cabal revisions of tdigest-Chart-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
+cabal-version: >= 1.10 name: tdigest-Chart version: 0.2+x-revision: 1+ synopsis: Chart generation from tdigest description: Chart generation from tdigest. maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> license: BSD3 license-file: LICENSE-tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.1, GHC==8.0.2, GHC==8.2.2, GHC==8.4.1+tested-with: GHC==7.10.3, GHC==8.0.1, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1 build-type: Simple-cabal-version: >= 1.10- extra-source-files: README.md CHANGELOG.md -- GHC boot libraries build-depends:- base >=4.7 && <4.12+ base >=4.7 && <4.13 if !impl(ghc >= 8.0) build-depends:- semigroups >=0.18.4 && <0.19+ semigroups >=0.18.4 && <0.20 -- other dependencies build-depends: base-compat >=0.10.1 && <0.11 , colour >=2.3.3 && <2.4- , semigroupoids >=5.2.2 && <5.3+ , semigroupoids >=5.2.2 && <5.4 , tdigest >=0.2 && <0.3- , lens >=4.16.1 && <4.17- , Chart >=1.8.3 && <1.9+ , lens >=4.15.4 && <4.18+ , Chart >=1.8.3 && <1.10 exposed-modules: Graphics.Rendering.Chart.Plot.TDigest tdigest, tdigest-Chart, vector,- Chart-diagrams >=1.8.1 && <1.9,- mwc-random >=0.13.4.0 && <0.14,- statistics >=0.13.3.0 && <0.15+ Chart-diagrams >=1.8.1 && <1.10,+ mwc-random >=0.13.4.0 && <0.15,+ statistics >=0.13.3.0 && <0.16
revision 2
-cabal-version: >= 1.10-name: tdigest-Chart-version: 0.2-x-revision: 1--synopsis: Chart generation from tdigest+cabal-version: >=1.10+name: tdigest-Chart+version: 0.2+x-revision: 2+synopsis: Chart generation from tdigest description: Chart generation from tdigest. . @ ... @-category: Numeric, Graphics-homepage: https://github.com/futurice/haskell-tdigest#readme-bug-reports: https://github.com/futurice/haskell-tdigest/issues-author: Oleg Grenrus <oleg.grenrus@iki.fi>-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-license: BSD3-license-file: LICENSE-tested-with: GHC==7.10.3, GHC==8.0.1, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1-build-type: Simple++category: Numeric, Graphics+homepage: https://github.com/futurice/haskell-tdigest#readme+bug-reports: https://github.com/futurice/haskell-tdigest/issues+author: Oleg Grenrus <oleg.grenrus@iki.fi>+maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>+license: BSD3+license-file: LICENSE+tested-with:+ GHC ==7.10.3+ || ==8.0.1+ || ==8.0.2+ || ==8.2.2+ || ==8.4.4+ || ==8.6.5+ || ==8.8.1++build-type: Simple extra-source-files:- README.md- CHANGELOG.md+ README.md+ CHANGELOG.md source-repository head- type: git+ type: git location: https://github.com/futurice/haskell-tdigest library- hs-source-dirs:- src- ghc-options: -Wall+ hs-source-dirs: src+ ghc-options: -Wall -- GHC boot libraries- build-depends:- base >=4.7 && <4.13+ build-depends: base >=4.7 && <4.14 - if !impl(ghc >= 8.0)- build-depends:- semigroups >=0.18.4 && <0.20+ if !impl(ghc >=8.0)+ build-depends: semigroups >=0.18.4 && <0.20 -- other dependencies build-depends:- base-compat >=0.10.1 && <0.11- , colour >=2.3.3 && <2.4- , semigroupoids >=5.2.2 && <5.4- , tdigest >=0.2 && <0.3- , lens >=4.15.4 && <4.18- , Chart >=1.8.3 && <1.10+ base-compat >=0.10.1 && <0.12+ , Chart >=1.8.3 && <1.10+ , colour >=2.3.3 && <2.4+ , lens >=4.15.4 && <4.19+ , semigroupoids >=5.2.2 && <5.4+ , tdigest >=0.2 && <0.3 - exposed-modules:- Graphics.Rendering.Chart.Plot.TDigest+ exposed-modules: Graphics.Rendering.Chart.Plot.TDigest default-language: Haskell2010 test-suite tdigest-chart-examples main-is: Examples.hs ghc-options: -Wall -threaded hs-source-dirs: example- build-depends:- base,- base-compat,- Chart,- lens,- tdigest,- tdigest-Chart,- vector,- Chart-diagrams >=1.8.1 && <1.10,- mwc-random >=0.13.4.0 && <0.15,- statistics >=0.13.3.0 && <0.16+ base+ , base-compat+ , Chart+ , Chart-diagrams >=1.8.1 && <1.10+ , lens+ , mwc-random >=0.13.4.0 && <0.15+ , statistics >=0.13.3.0 && <0.16+ , tdigest+ , tdigest-Chart+ , vector
revision 3
cabal-version: >=1.10 name: tdigest-Chart version: 0.2-x-revision: 2+x-revision: 3 synopsis: Chart generation from tdigest description: Chart generation from tdigest. || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.1+ || ==8.8.3+ || ==8.10.1 build-type: Simple extra-source-files: ghc-options: -Wall -- GHC boot libraries- build-depends: base >=4.7 && <4.14+ build-depends: base >=4.7 && <4.15 if !impl(ghc >=8.0) build-depends: semigroups >=0.18.4 && <0.20 base-compat >=0.10.1 && <0.12 , Chart >=1.8.3 && <1.10 , colour >=2.3.3 && <2.4- , lens >=4.15.4 && <4.19+ , lens >=4.15.4 && <4.20 , semigroupoids >=5.2.2 && <5.4 , tdigest >=0.2 && <0.3