forked from mirrors/nixpkgs
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
|
@ -1953,4 +1953,8 @@ EOT
|
|||
# https://github.com/HeinrichApfelmus/reactive-banana/issues/215
|
||||
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
|
||||
|
|
|
@ -5119,7 +5119,6 @@ broken-packages:
|
|||
- whiskers
|
||||
- whois
|
||||
- why3
|
||||
- wide-word
|
||||
- WikimediaParser
|
||||
- windns
|
||||
- winerror
|
||||
|
|
|
@ -281423,8 +281423,6 @@ self: {
|
|||
];
|
||||
description = "Data types for large but fixed width signed and unsigned integers";
|
||||
license = lib.licenses.bsd2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"wide-word-instances" = callPackage
|
||||
|
|
Loading…
Reference in a new issue