haskellPackages.mattermost-api: build with aeson 1.5

This applies the same override as achieved via overrideScope from
matterhorn also for the mattermost-api attribute.
This commit is contained in:
sternenseemann
2022-03-27 11:13:10 +02:00
parent 61d6c3bc7c
commit 4ed08031db
@@ -326,6 +326,7 @@ self: super: {
lensref = dontCheck super.lensref;
lvmrun = disableHardening ["format"] (dontCheck super.lvmrun);
matplotlib = dontCheck super.matplotlib;
# https://github.com/matterhorn-chat/matterhorn/issues/679 they do not want to be on stackage
matterhorn = doJailbreak (super.matterhorn.overrideScope (self: super: {
brick = self.brick_0_64_2;
@@ -333,6 +334,10 @@ self: super: {
# https://github.com/matterhorn-chat/matterhorn/issues/759
aeson = self.aeson_1_5_6_0;
}));
mattermost-api = super.mattermost-api.override {
aeson = self.aeson_1_5_6_0;
};
memcache = dontCheck super.memcache;
metrics = dontCheck super.metrics;
milena = dontCheck super.milena;