mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-18 09:15:50 +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
|
# from inclusion due to compilation failure with ghc 8.4
|
||||||
"Build 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
|
- 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
|
- 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
|
- 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
|
- 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
|
- unicode-transforms # criterion 1.3
|
||||||
- universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100
|
- universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100
|
||||||
- unordered-containers # criterion 1.2
|
- unordered-containers # criterion 1.2
|
||||||
|
|
||||||
|
# ghc 8.4 outdated dependencies
|
||||||
- http2 # ghc 8.4 via hashtables
|
- http2 # ghc 8.4 via hashtables
|
||||||
|
- psqueues # ghc 8.4 via PSQueue build failure
|
||||||
|
|
||||||
# Transitive outdated dependencies
|
# Transitive outdated dependencies
|
||||||
# These packages
|
# These packages
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user