haskellPackages.modular-arithmetic: disable tests

This commit is contained in:
Guillaume Maudoux 2018-12-13 16:46:22 +01:00
parent 3d4cb55b71
commit 9a104494ec

View file

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