haskellPackages.MemoTrie: remove dontCheck and dontHaddock overrides.

It works fine with (at least):
  - haskellPackages.MemoTrie
  - haskellPackages.ghc844.MemoTrie
This commit is contained in:
Guillaume Bouchard 2019-09-22 11:00:18 +02:00 committed by Peter Simons
parent efb4f4817a
commit 50d128e16c

View file

@ -322,7 +322,6 @@ self: super: {
lvmrun = disableHardening (dontCheck super.lvmrun) ["format"];
matplotlib = dontCheck super.matplotlib;
memcache = dontCheck super.memcache;
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.*)