mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskellPackages.QuickCheck_2_14_2: unbreak
This commit is contained in:
parent
9d4ce7a57b
commit
37d9f941e7
2 changed files with 4 additions and 0 deletions
|
@ -366,6 +366,9 @@ self: super: {
|
||||||
punycode = dontCheck super.punycode;
|
punycode = dontCheck super.punycode;
|
||||||
pwstore-cli = dontCheck super.pwstore-cli;
|
pwstore-cli = dontCheck super.pwstore-cli;
|
||||||
quantities = dontCheck super.quantities;
|
quantities = dontCheck super.quantities;
|
||||||
|
QuickCheck_2_14_2 = super.QuickCheck_2_14_2.override( {
|
||||||
|
splitmix = self.splitmix_0_1_0_3;
|
||||||
|
});
|
||||||
redis-io = dontCheck super.redis-io;
|
redis-io = dontCheck super.redis-io;
|
||||||
rethinkdb = dontCheck super.rethinkdb;
|
rethinkdb = dontCheck super.rethinkdb;
|
||||||
Rlang-QQ = dontCheck super.Rlang-QQ;
|
Rlang-QQ = dontCheck super.Rlang-QQ;
|
||||||
|
|
|
@ -2695,6 +2695,7 @@ package-maintainers:
|
||||||
- streaming-wai
|
- streaming-wai
|
||||||
kiwi:
|
kiwi:
|
||||||
- irc-core
|
- irc-core
|
||||||
|
- QuickCheck_2_14_2
|
||||||
- random_1_2_0
|
- random_1_2_0
|
||||||
- Unique
|
- Unique
|
||||||
psibi:
|
psibi:
|
||||||
|
|
Loading…
Reference in a new issue