mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 00:08:28 +01:00
psqueues skip benchmarks per PSQueue build failure
This commit is contained in:
parent
70ff2e8122
commit
a1d5426a18
@ -3266,6 +3266,7 @@ packages:
|
||||
# from inclusion due to compilation failure with ghc 8.4
|
||||
"Build failure with GHC 8.4":
|
||||
- Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181
|
||||
- PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die)
|
||||
- Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37
|
||||
- b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4
|
||||
- hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3
|
||||
@ -5256,7 +5257,10 @@ skipped-benchmarks:
|
||||
- unicode-transforms # criterion 1.3
|
||||
- universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100
|
||||
- unordered-containers # criterion 1.2
|
||||
|
||||
# ghc 8.4 outdated dependencies
|
||||
- http2 # ghc 8.4 via hashtables
|
||||
- psqueues # ghc 8.4 via PSQueue build failure
|
||||
|
||||
# Transitive outdated dependencies
|
||||
# These packages
|
||||
|
||||
Loading…
Reference in New Issue
Block a user