ghc-bench-0.3.3: ghc-bench.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.39.1.
--
-- see: https://github.com/sol/hpack
name: ghc-bench
version: 0.3.3
synopsis: Benchmark a Haskell development system
description: See the README at <https://github.com/sol/ghc-bench#readme>
category: Development
homepage: https://github.com/sol/ghc-bench#readme
bug-reports: https://github.com/sol/ghc-bench/issues
author: Simon Hengel <sol@typeful.net>
maintainer: Simon Hengel <sol@typeful.net>
license: MIT
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/sol/ghc-bench
executable ghc-bench
main-is: Main.hs
other-modules:
Benchmark.BuildCabalPackage
Benchmark.BuildGhc
Benchmark.Ghci
Benchmark.Type
Benchmark.Util
Blob
Command
Imports
Result
Run
SystemInfo
SystemInfo.Type
hs-source-dirs:
src
driver
default-extensions:
NoImplicitPrelude
OverloadedStrings
RecordWildCards
ViewPatterns
BlockArguments
LambdaCase
NoFieldSelectors
DuplicateRecordFields
OverloadedRecordDot
DerivingStrategies
ghc-options: -Wall
build-depends:
base ==4.*
, bytestring
, directory
, filepath
, http-types
, process
, temporary
, text
, transformers
default-language: GHC2024
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Benchmark.BuildCabalPackage
Benchmark.BuildGhc
Benchmark.Ghci
Benchmark.Type
Benchmark.Util
Blob
Command
Imports
Result
Run
SystemInfo
SystemInfo.Type
CommandSpec
Fixtures.System
Helper
README
ResultSpec
RunSpec
SystemInfoSpec
hs-source-dirs:
src
test
default-extensions:
NoImplicitPrelude
OverloadedStrings
RecordWildCards
ViewPatterns
BlockArguments
LambdaCase
NoFieldSelectors
DuplicateRecordFields
OverloadedRecordDot
DerivingStrategies
ghc-options: -Wall
cpp-options: -DTEST
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
aeson
, base ==4.*
, bytestring
, containers
, directory
, filepath
, hspec ==2.*
, http-types
, process
, silently
, temporary
, text
, transformers
, yaml
default-language: GHC2024