haskellPackages.aeson: re-enable tests

This commit is contained in:
Dennis Gosnell
2022-02-23 21:19:25 +09:00
parent 058cbf42eb
commit bac88bf4db
@@ -1506,9 +1506,6 @@ self: super: {
data-tree-print = doJailbreak super.data-tree-print;
# 2020-11-15: aeson 1.5.4.1 needs to new quickcheck-instances for testing
aeson = dontCheck super.aeson;
# 2020-11-15: nettle tests are pre MonadFail change
# https://github.com/stbuehler/haskell-nettle/issues/10
nettle = dontCheck super.nettle;