haskell-matterhorn: update overrides for latest versions of brick and vty

This commit is contained in:
Peter Simons 2020-10-02 20:08:20 +02:00
parent e9b4f98f3e
commit ed881aa3dd

View File

@ -317,8 +317,8 @@ self: super: {
# Needs the latest version of vty and brick.
matterhorn = super.matterhorn.overrideScope (self: super: {
brick = self.brick_0_56;
vty = self.vty_5_30;
brick = self.brick_0_57;
vty = self.vty_5_31;
});
memcache = dontCheck super.memcache;