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;