cabal-version: 2.2 author: Mitchell Rosen, Travis Staton bug-reports: https://github.com/awkward-squad/park-bench/issues category: Benchmarking copyright: Copyright (C) 2020-2023 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.4.7, GHC == 9.6.3, GHC == 9.8.1 version: 0.1.1.0 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 library build-depends: array ^>= 0.5, base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19, bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12, ghc-prim ^>= 0.3 || ^>= 0.4 || ^>= 0.5 || ^>= 0.6 || ^>= 0.7 || ^>= 0.8 || ^>= 0.9 || ^>= 0.10 || ^>= 0.11, text ^>= 1.1 || ^>= 1.2 || ^>= 2.0 || ^>= 2.1, 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 exposed-modules: ParkBench 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 if impl(ghc >= 9.8) ghc-options: -Wno-missing-role-annotations hs-source-dirs: src other-modules: ParkBench.Internal.Array1 ParkBench.Internal.Benchable ParkBench.Internal.Benchable.Internal ParkBench.Internal.Builder ParkBench.Internal.Config ParkBench.Internal.Driver ParkBench.Internal.Measure ParkBench.Internal.Named ParkBench.Internal.Prelude ParkBench.Internal.Pretty ParkBench.Internal.Render ParkBench.Internal.RtsStats ParkBench.Internal.Statistics ParkBench.Internal.Terminal