Unverified Commit 5f804619 authored by Dennis Gosnell's avatar Dennis Gosnell Committed by GitHub
Browse files

Merge pull request #258206 from mpscholten/fix-typerep-map

haskellPackages.typerep-map: Fix build
parents c0831fce 8e7c07d6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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