haskellPackages.require: jailbreak (#492360)

This commit is contained in:
Wolfgang Walther
2026-02-22 17:06:01 +00:00
committed by GitHub
4 changed files with 4 additions and 5 deletions
@@ -1197,6 +1197,10 @@ with haskellLib;
broken = pkgs.stdenv.hostPlatform.isLinux && pkgs.stdenv.hostPlatform.isi686;
}) super.vimus;
# 2026-02-19: too strict bounds on bytestring (<0.11) and text (<2)
# https://github.com/theam/require/pull/31
require = doJailbreak super.require;
# https://github.com/kazu-yamamoto/logger/issues/42
logger = dontCheck super.logger;
@@ -5367,7 +5367,6 @@ broken-packages:
- reqcatcher # failure in job https://hydra.nixos.org/build/295096611 at 2025-04-22
- request # failure in job https://hydra.nixos.org/build/233256702 at 2023-09-02
- request-monad # failure in job https://hydra.nixos.org/build/233204896 at 2023-09-02
- require # failure in job https://hydra.nixos.org/build/233203170 at 2023-09-02
- rescue # failure in job https://hydra.nixos.org/build/233230073 at 2023-09-02
- reservoir # failure in job https://hydra.nixos.org/build/233194430 at 2023-09-02
- resolve # failure in job https://hydra.nixos.org/build/233224070 at 2023-09-02
@@ -3486,7 +3486,6 @@ dont-distribute-packages:
- timeprint
- timezone-unix
- tinkoff-invest-sdk
- tintin
- tinytools-vty
- tip-haskell-frontend
- tip-lib
-3
View File
@@ -581262,8 +581262,6 @@ self: {
];
description = "Scrap your qualified import clutter";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };
@@ -694138,7 +694136,6 @@ self: {
];
description = "A softer alternative to Haddock";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "tintin";
}
) { };