Cabal revisions of criterion-compare-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: criterion-compare-version: 0.1.0.0-synopsis: A simple tool for visualising differences in Criterion benchmark results-description: Create a html file containing a quick comparison of results for the input files.-homepage: http://github.com/AndreasPK/criterion-compare-license: BSD3-license-file: LICENSE-author: Ben Gamari <ben@well-typed.com>-maintainer: ben@well-typed.com, klebinger.andreas@gmx.at-copyright: (c) 2016 Ben Gamari-category: Development-build-type: Simple-extra-source-files: ChangeLog.md, README.md-cabal-version: >=1.10--executable criterion-compare- main-is: CriterionCompare.hs- other-modules: CsvParse, Plot, Style, Types- hs-source-dirs: src- other-extensions: GeneralizedNewtypeDeriving, RecordWildCards, OverloadedStrings, FlexibleContexts, TupleSections- default-language: Haskell2010- build-depends: base >=4.9 && <= 4.13,- cassava >=0.5 && <0.6,- containers >=0.6 && <0.7,- Chart >=1.6 && < 1.10,- data-default >=0.5 && < 7.2,- lens >=4.13 && < 4.18,- colour >=2.3 && < 2.4,- text >=1.2 && < 1.3,- filepath >=1.4 && <1.5,- lucid >=2.9 && < 2.10,- Chart-diagrams >=1.6 && < 1.10,- optparse-applicative >=0.12 && < 0.16,- clay >=0.10 && < 0.14,- vector >=0.11 && < 0.13,- bytestring >=0.10 && < 0.11--source-repository head- type: git- location: https://github.com/AndreasPK/criterion-compare.git+name: criterion-compare +version: 0.1.0.0 +x-revision: 1 +synopsis: A simple tool for visualising differences in Criterion benchmark results +description: Create a html file containing a quick comparison of results for the input files. +homepage: http://github.com/AndreasPK/criterion-compare +license: BSD3 +license-file: LICENSE +author: Ben Gamari <ben@well-typed.com> +maintainer: ben@well-typed.com, klebinger.andreas@gmx.at +copyright: (c) 2016 Ben Gamari +category: Development +build-type: Simple +extra-source-files: ChangeLog.md, README.md +cabal-version: >=1.10 + +executable criterion-compare + main-is: CriterionCompare.hs + other-modules: CsvParse, Plot, Style, Types + hs-source-dirs: src + other-extensions: GeneralizedNewtypeDeriving, RecordWildCards, OverloadedStrings, FlexibleContexts, TupleSections + default-language: Haskell2010 + build-depends: base >=4.9 && < 4.15, + cassava >=0.5 && <0.6, + containers >=0.6 && <0.7, + Chart >=1.6 && < 1.10, + data-default >=0.5 && < 7.2, + lens >=4.13 && < 4.20, + colour >=2.3 && < 2.4, + text >=1.2 && < 1.3, + filepath >=1.4 && <1.5, + lucid >=2.9 && < 2.10, + Chart-diagrams >=1.6 && < 1.10, + optparse-applicative >=0.12 && < 0.16, + clay >=0.10 && < 0.14, + vector >=0.11 && < 0.13, + bytestring >=0.10 && < 0.11 + +source-repository head + type: git + location: https://github.com/bgamari/criterion-compare.git
revision 2
name: criterion-compare version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: A simple tool for visualising differences in Criterion benchmark results description: Create a html file containing a quick comparison of results for the input files. homepage: http://github.com/AndreasPK/criterion-compare hs-source-dirs: src other-extensions: GeneralizedNewtypeDeriving, RecordWildCards, OverloadedStrings, FlexibleContexts, TupleSections default-language: Haskell2010 - build-depends: base >=4.9 && < 4.15, + build-depends: base >=4.9 && < 4.22, cassava >=0.5 && <0.6, - containers >=0.6 && <0.7, + containers >=0.6 && <0.9, Chart >=1.6 && < 1.10, - data-default >=0.5 && < 7.2, - lens >=4.13 && < 4.20, + data-default >=0.5 && < 0.8.1, + lens >=4.13 && < 5.4, colour >=2.3 && < 2.4, - text >=1.2 && < 1.3, - filepath >=1.4 && <1.5, - lucid >=2.9 && < 2.10, + text >=1.2 && < 2.2, + filepath >=1.4 && <1.6, + lucid >=2.9 && < 2.12, Chart-diagrams >=1.6 && < 1.10, - optparse-applicative >=0.12 && < 0.16, - clay >=0.10 && < 0.14, - vector >=0.11 && < 0.13, - bytestring >=0.10 && < 0.11 + optparse-applicative >=0.12 && < 0.19, + clay >=0.10 && < 0.16, + vector >=0.11 && < 0.14, + bytestring >=0.10 && < 0.13 source-repository head type: git