haskellPackages.heap: Fix build
This commit is contained in:
parent
f7c1ca1712
commit
45d7270579
@ -1282,4 +1282,8 @@ self: super: {
|
||||
ats-pkg = super.ats-pkg.override { dhall = self.dhall_1_23_0; };
|
||||
dhall-to-cabal = super.dhall-to-cabal.override { dhall = self.dhall_1_23_0; };
|
||||
|
||||
# Test suite doesn't work with current QuickCheck
|
||||
# https://github.com/pruvisto/heap/issues/11
|
||||
heap = dontCheck super.heap;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
@ -5430,7 +5430,6 @@ broken-packages:
|
||||
- hdr-histogram
|
||||
- HDRUtils
|
||||
- headergen
|
||||
- heap
|
||||
- heartbeat-streams
|
||||
- heatitup
|
||||
- heatitup-complete
|
||||
|
Loading…
Reference in New Issue
Block a user