mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-26 22:21:57 +01:00
Also skip various benches per #3368
This commit is contained in:
parent
81d05fde93
commit
d613a786e4
@ -5637,6 +5637,22 @@ skipped-haddocks:
|
|||||||
# or if Setup fails because of missing foreign libraries.
|
# or if Setup fails because of missing foreign libraries.
|
||||||
# Otherwise place them in expected-benchmark-failures.
|
# Otherwise place them in expected-benchmark-failures.
|
||||||
skipped-benchmarks:
|
skipped-benchmarks:
|
||||||
|
# An attempt to avoid cyclic dependencies
|
||||||
|
# https://github.com/fpco/stackage/issues/3368
|
||||||
|
- clock # tasty
|
||||||
|
- stringbuilder # hspec
|
||||||
|
# some stabs in the dark...
|
||||||
|
- HUnit
|
||||||
|
- aeson
|
||||||
|
- async
|
||||||
|
- attoparsec
|
||||||
|
- criterion
|
||||||
|
- doctest
|
||||||
|
- hashable
|
||||||
|
- hspec
|
||||||
|
- http-types
|
||||||
|
- semigroupoids
|
||||||
|
- tasty
|
||||||
|
|
||||||
# Outdated dependencies
|
# Outdated dependencies
|
||||||
# These can periodically be checked for updates;
|
# These can periodically be checked for updates;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user