haskellPackages.clash-prelude: Mark broken only for GHC 9.2

This commit is contained in:
Lars Jellema 2023-06-02 15:05:01 +02:00 committed by sternenseemann
parent deb66bc50b
commit ddb341942c
3 changed files with 4 additions and 3 deletions

View file

@ -78,6 +78,10 @@ self: super: {
# https://github.com/sjakobi/bsb-http-chunked/issues/38
bsb-http-chunked = dontCheck super.bsb-http-chunked;
# https://github.com/NixOS/cabal2nix/issues/554
# https://github.com/clash-lang/clash-compiler/blob/f0f6275e19b8c672f042026c478484c5fd45191d/README.md#ghc-compatibility
clash-prelude = dontDistribute (markBroken super.clash-prelude);
# 2022-08-01: Tests are broken on ghc 9.2.4: https://github.com/wz1000/HieDb/issues/46
hiedb = dontCheck super.hiedb;

View file

@ -703,7 +703,6 @@ broken-packages:
- clanki
- clarifai
- CLASE
- clash-prelude
- Clash-Royale-Hack-Cheats
- ClassLaws
- classy-influxdb-simple

View file

@ -60722,8 +60722,6 @@ self: {
];
description = "Clash: a functional hardware description language - Prelude library";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"clash-prelude-hedgehog" = callPackage