haskell.packages.ghc902.aeson-diff: Fix build by jailbreaking

This commit is contained in:
Berk Ozkutuk 2022-02-15 21:25:49 +03:00 committed by sterni
parent 9860cf9c46
commit 3f70d03369

View file

@ -48,6 +48,11 @@ self: super: {
});
# Jailbreaks & Version Updates
# This `doJailbreak` can be removed once the following PR is released to Hackage:
# https://github.com/thsutton/aeson-diff/pull/58
aeson-diff = doJailbreak super.aeson-diff;
async = doJailbreak super.async;
data-fix = doJailbreak super.data-fix;
dec = doJailbreak super.dec;