haskellPackages.typerep-map: Fix build

This commit is contained in:
Marc Scholten 2023-09-30 16:21:07 +02:00
parent c0831fce32
commit 8e7c07d65a
3 changed files with 5 additions and 3 deletions

View file

@ -2732,4 +2732,9 @@ self: super: {
# The hackage source is somehow missing a file present in the repo (tests/ListStat.hs).
sym = dontCheck super.sym;
# Too strict bounds on base, ghc-prim, primitive
# https://github.com/kowainik/typerep-map/pull/128
typerep-map = doJailbreak super.typerep-map;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View file

@ -5627,7 +5627,6 @@ broken-packages:
- type-operators # failure in job https://hydra.nixos.org/build/233232802 at 2023-09-02
- typeparams # failure in job https://hydra.nixos.org/build/233192078 at 2023-09-02
- type-prelude # failure in job https://hydra.nixos.org/build/233221195 at 2023-09-02
- typerep-map # failure in job https://hydra.nixos.org/build/233202720 at 2023-09-02
- type-safe-avl # failure in job https://hydra.nixos.org/build/233203946 at 2023-09-02
- types-compat # failure in job https://hydra.nixos.org/build/233249850 at 2023-09-02
- type-settheory # failure in job https://hydra.nixos.org/build/233209513 at 2023-09-02

View file

@ -306618,8 +306618,6 @@ self: {
doHaddock = false;
description = "Efficient implementation of a dependent map with types as keys";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"types-compat" = callPackage