Skip to content

Commit

Permalink
haskellPackages.typerep-map: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Sep 30, 2023
1 parent c0831fc commit 8e7c07d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e7c07d

Please sign in to comment.