mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-19 02:31:57 +01:00
Reformat skipped benchmarks to match other sections
This commit is contained in:
parent
a0d58c7bff
commit
bbb42d8ff9
@ -2898,26 +2898,36 @@ expected-haddock-failures:
|
|||||||
# end of expected-haddock-failures
|
# end of expected-haddock-failures
|
||||||
|
|
||||||
|
|
||||||
# Benchmarks which should not be built. Note that Stackage does *not* generally
|
# Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them.
|
||||||
# build benchmarks. The difference here will be whether dependencies for these
|
# By skipping a benchmark, we do not pull in the build dependencies
|
||||||
# benchmarks are included or not.
|
# Packages should only be added here if required by `stackage-curator check'
|
||||||
|
# or if Setup fails because of missing foreign libraries.
|
||||||
|
# Otherwise place them in expected-benchmark-failures.
|
||||||
skipped-benchmarks:
|
skipped-benchmarks:
|
||||||
|
|
||||||
|
# Outdated dependencies
|
||||||
|
# These can periodically be checked for updates;
|
||||||
|
# just remove these lines and run `stackage-curator check'
|
||||||
|
# to verify.
|
||||||
- criterion-plus
|
- criterion-plus
|
||||||
|
|
||||||
# pulls in criterion-plus, which has restrictive upper bounds
|
# Transitive outdated dependencies
|
||||||
- cases
|
# These packages
|
||||||
- hasql-postgres
|
# These can also be checked for updates periodically.
|
||||||
- ttrie
|
|
||||||
|
|
||||||
# https://github.com/vincenthz/hs-crypto-cipher/issues/46
|
- cases # via criterion-plus
|
||||||
- cipher-aes
|
- hasql-postgres # via criterion-plus
|
||||||
- cipher-blowfish
|
- ttrie # via criterion-plus
|
||||||
- cipher-camellia
|
|
||||||
- cipher-des
|
|
||||||
- cipher-rc4
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/1587
|
# Compilation failures
|
||||||
- hledger-lib
|
- cipher-aes # https://github.com/vincenthz/hs-crypto-cipher/issues/46
|
||||||
|
- cipher-blowfish # https://github.com/vincenthz/hs-crypto-cipher/issues/46
|
||||||
|
- cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46
|
||||||
|
- cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46
|
||||||
|
- cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46
|
||||||
|
|
||||||
|
# GHC Bugs
|
||||||
|
- hledger-lib # https://github.com/fpco/stackage/issues/1587
|
||||||
|
|
||||||
# end of skipped-benchmarks
|
# end of skipped-benchmarks
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user