haskellPackages.wide-word: unbreak
tests added breaking constraints which seem safe to lift. Co-authored-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
4f97d78936
commit
121fdde827
3 changed files with 4 additions and 3 deletions
|
@ -1953,4 +1953,8 @@ EOT
|
||||||
# https://github.com/HeinrichApfelmus/reactive-banana/issues/215
|
# https://github.com/HeinrichApfelmus/reactive-banana/issues/215
|
||||||
reactive-banana = doJailbreak super.reactive-banana;
|
reactive-banana = doJailbreak super.reactive-banana;
|
||||||
|
|
||||||
|
# Too strict version bounds on QuickCheck and semirings
|
||||||
|
# https://github.com/erikd/wide-word/issues/57
|
||||||
|
wide-word = doJailbreak super.wide-word;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
|
@ -5119,7 +5119,6 @@ broken-packages:
|
||||||
- whiskers
|
- whiskers
|
||||||
- whois
|
- whois
|
||||||
- why3
|
- why3
|
||||||
- wide-word
|
|
||||||
- WikimediaParser
|
- WikimediaParser
|
||||||
- windns
|
- windns
|
||||||
- winerror
|
- winerror
|
||||||
|
|
|
@ -281423,8 +281423,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Data types for large but fixed width signed and unsigned integers";
|
description = "Data types for large but fixed width signed and unsigned integers";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"wide-word-instances" = callPackage
|
"wide-word-instances" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue