mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
haskell.packages.ghc94.aeson: allow quickcheck-instances 0.3.28
This commit is contained in:
parent
3f73f2627f
commit
70ec07b998
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user