cabal-version: 2.2 author: Mitchell Rosen, Travis Staton bug-reports: https://github.com/awkward-squad/park-bench/issues category: Concurrency copyright: Copyright (C) 2020-2022 Mitchell Rosen, Travis Staton homepage: https://github.com/awkward-squad/park-bench license: BSD-3-Clause license-file: LICENSE maintainer: Mitchell Rosen , Travis Staton name: park-bench stability: experimental synopsis: A quick-and-dirty, low-friction benchmark tool with immediate feedback tested-with: GHC == 9.0.2, GHC == 9.2.4, GHC == 9.4.1 version: 0.1.0.1 x-revision: 1 description: A quick-and-dirty, low-friction benchmark tool with immediate feedback. extra-doc-files: images/*.png extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/awkward-squad/park-bench common component build-depends: base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17, default-extensions: AllowAmbiguousTypes BangPatterns BlockArguments ConstraintKinds DeriveAnyClass DeriveDataTypeable DeriveFunctor DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia DuplicateRecordFields ExistentialQuantification FlexibleInstances GeneralizedNewtypeDeriving InstanceSigs LambdaCase OverloadedStrings NamedFieldPuns NoImplicitPrelude NumericUnderscores PartialTypeSignatures PatternSynonyms RankNTypes RoleAnnotations ScopedTypeVariables TupleSections TypeApplications TypeSynonymInstances ViewPatterns default-language: Haskell2010 ghc-options: -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude -Wno-missed-specialisations -Wno-missing-import-lists -Wno-safe -Wno-unsafe if impl(ghc >= 8.10) ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module if impl(ghc >= 9.2) ghc-options: -Wno-missing-kind-signatures library import: component build-depends: bytestring ^>= 0.10 || ^>= 0.11, text ^>= 1.1 || ^>= 1.2 || ^>= 2.0, exposed-modules: ParkBench ParkBench.Internal hs-source-dirs: src other-modules: ParkBench.Benchmark ParkBench.BenchmarkInternal ParkBench.Builder ParkBench.Driver ParkBench.Named ParkBench.Prelude ParkBench.Pretty ParkBench.Render ParkBench.RtsStats ParkBench.Statistics ParkBench.Terminal