matterhorn: build with aeson 1.5.6.0

This commit is contained in:
sternenseemann
2022-03-20 13:29:46 +01:00
parent d7ed2f70bb
commit 48b01ad75f
@@ -339,6 +339,9 @@ self: super: {
# 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;
# Doesn't support aeson 2.0
# https://github.com/matterhorn-chat/matterhorn/issues/759
aeson = self.aeson_1_5_6_0;
}));
memcache = dontCheck super.memcache;
metrics = dontCheck super.metrics;