mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
haskellPackages.broadcast-chan: fix build
This commit is contained in:
parent
c084cf7bcd
commit
ec1bf66372
3 changed files with 3 additions and 3 deletions
|
@ -3018,6 +3018,9 @@ self: super:
|
||||||
array-builder =
|
array-builder =
|
||||||
assert super.array-builder.version == "0.1.4.1";
|
assert super.array-builder.version == "0.1.4.1";
|
||||||
doJailbreak super.array-builder;
|
doJailbreak super.array-builder;
|
||||||
|
|
||||||
|
# 2025-04-09: missing dependency - somehow it's not listed on hackage
|
||||||
|
broadcast-chan = addExtraLibrary self.conduit super.broadcast-chan;
|
||||||
}
|
}
|
||||||
// import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super
|
// import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super
|
||||||
|
|
||||||
|
|
|
@ -99,8 +99,6 @@ self: super: {
|
||||||
|
|
||||||
hashable_1_5_0_0 = doJailbreak super.hashable_1_5_0_0; # relax bounds for QuickCheck, tasty, and tasty-quickcheck
|
hashable_1_5_0_0 = doJailbreak super.hashable_1_5_0_0; # relax bounds for QuickCheck, tasty, and tasty-quickcheck
|
||||||
|
|
||||||
broadcast-chan = doJailbreak super.broadcast-chan; # base <4.19 https://github.com/merijn/broadcast-chan/pull/19
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Test suite issues
|
# Test suite issues
|
||||||
#
|
#
|
||||||
|
|
|
@ -74,7 +74,6 @@ self: super:
|
||||||
HaskellNet-SSL = doJailbreak super.HaskellNet-SSL; # bytestring >=0.9 && <0.12
|
HaskellNet-SSL = doJailbreak super.HaskellNet-SSL; # bytestring >=0.9 && <0.12
|
||||||
saltine = doJailbreak super.saltine; # bytestring && <0.12, deepseq <1.5, text > 1.2 && <1.3 || >=2.0 && <2.1
|
saltine = doJailbreak super.saltine; # bytestring && <0.12, deepseq <1.5, text > 1.2 && <1.3 || >=2.0 && <2.1
|
||||||
inflections = doJailbreak super.inflections; # text >=0.2 && <2.1
|
inflections = doJailbreak super.inflections; # text >=0.2 && <2.1
|
||||||
broadcast-chan = doJailbreak super.broadcast-chan; # base <4.19 https://github.com/merijn/broadcast-chan/pull/19
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Test suite issues
|
# Test suite issues
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue