haskellPackages.broadcast-chan: fix build

This commit is contained in:
Wolfgang Walther 2025-04-09 20:28:10 +02:00
parent c084cf7bcd
commit ec1bf66372
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
3 changed files with 3 additions and 3 deletions

View file

@ -3018,6 +3018,9 @@ self: super:
array-builder =
assert super.array-builder.version == "0.1.4.1";
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

View file

@ -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
broadcast-chan = doJailbreak super.broadcast-chan; # base <4.19 https://github.com/merijn/broadcast-chan/pull/19
#
# Test suite issues
#

View file

@ -74,7 +74,6 @@ self: super:
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
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