haskell.packages.ghc94.aeson: allow quickcheck-instances 0.3.28

This commit is contained in:
sternenseemann 2023-03-07 20:07:34 +01:00
parent 3f73f2627f
commit 70ec07b998

View file

@ -71,7 +71,8 @@ in {
# Jailbreaks & Version Updates
aeson = doDistribute self.aeson_2_1_2_1;
# Jailbreak to allow quickcheck-instances-0.3.28 (too strict lower bound)
aeson = doDistribute (doJailbreak self.aeson_2_1_2_1);
assoc = doJailbreak super.assoc;
async = doJailbreak super.async;