From ed881aa3dd3b0459e0b382e7959a77fc1526ad2a Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Fri, 2 Oct 2020 20:08:20 +0200 Subject: [PATCH] haskell-matterhorn: update overrides for latest versions of brick and vty --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5d43bccf825..f3f798d022d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;