3
0
Fork 0
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:
Matthieu Coudron 2021-06-08 15:45:50 +02:00 committed by sternenseemann
parent 4f97d78936
commit 121fdde827
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -5119,7 +5119,6 @@ broken-packages:
- whiskers
- whois
- why3
- wide-word
- WikimediaParser
- windns
- winerror

View file

@ -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