Merge pull request #51948 from layus/fix/modular-arithmetic

haskellPackages.modular-arithmetic: disable tests
This commit is contained in:
Ryan Mulligan 2018-12-13 09:19:49 -08:00 committed by GitHub
commit ac4eb7ef98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;