Merge pull request #51948 from layus/fix/modular-arithmetic
haskellPackages.modular-arithmetic: disable tests
This commit is contained in:
commit
ac4eb7ef98
|
@ -342,6 +342,7 @@ self: super: {
|
|||
MemoTrie = dontHaddock (dontCheck super.MemoTrie);
|
||||
metrics = dontCheck super.metrics;
|
||||
milena = dontCheck super.milena;
|
||||
modular-arithmetic = dontCheck super.modular-arithmetic; # tests require a very old Glob (0.7.*)
|
||||
nats-queue = dontCheck super.nats-queue;
|
||||
netpbm = dontCheck super.netpbm;
|
||||
network = dontCheck super.network;
|
||||
|
|
Loading…
Reference in New Issue