tasty-bench/tasty-bench.cabal

44 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-01-19 03:23:42 +03:00
name: tasty-bench
2021-03-18 01:42:32 +03:00
version: 0.2.3
2021-01-19 03:23:42 +03:00
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: 2021 Andrew Lelechenko
maintainer: Andrew Lelechenko <andrew.lelechenko@gmail.com>
homepage: https://github.com/Bodigrim/tasty-bench
bug-reports: https://github.com/Bodigrim/tasty-bench/issues
category: Development, Performance, Testing, Benchmarking
synopsis: Featherlight benchmark framework
description:
Featherlight framework (only one file!)
for performance measurement with API mimicking
2021-02-05 22:18:14 +03:00
@criterion@ and @gauge@, featuring built-in comparison
against baseline. Our benchmarks are just
2021-01-19 03:23:42 +03:00
regular @tasty@ tests.
extra-source-files:
changelog.md
README.md
2021-03-16 23:50:47 +03:00
tested-with: GHC==9.0.1, GHC==8.10.4, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
2021-01-19 03:23:42 +03:00
source-repository head
type: git
location: https://github.com/Bodigrim/tasty-bench
library
exposed-modules: Test.Tasty.Bench
hs-source-dirs: .
default-language: Haskell2010
2021-02-04 21:49:45 +03:00
ghc-options: -O2 -Wall -fno-warn-unused-imports
2021-01-19 03:23:42 +03:00
build-depends:
base >= 4.3 && < 5,
containers >= 0.4,
2021-01-19 03:23:42 +03:00
deepseq >= 1.1,
2021-01-27 04:03:11 +03:00
tasty >= 1.2.3
2021-01-19 03:23:42 +03:00
if impl(ghc < 7.8)
build-depends:
tagged >= 0.2