From 88179304b43907f1a1f77a12371677475e92a8e6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 6 Dec 2019 20:35:11 +0100 Subject: [PATCH] haskell-brick: use the latest version when building with ghc-8.8.x --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index d41f6566c39..6f7b3a30ab1 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -70,6 +70,7 @@ self: super: { xmobar = doJailbreak super.xmobar; # use latest version to fix the build + brick = self.brick_0_50_1; dbus = self.dbus_1_2_11; doctemplates = self.doctemplates_0_7_2; exact-pi = doJailbreak super.exact-pi;