summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-14 09:37:22 +0100
committerPeter Simons <simons@cryp.to>2020-02-28 20:31:23 +0100
commitee52b6ac6835479363b26dd6c03ff1b4a7a4652e (patch)
tree0f02d2aa823413c5ef827a46db60ad7aa9f1a3bf /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent79e53ba252284bc20896b0a3ac208cb1411d9fc2 (diff)
haskell-brick: update overrides to the latest version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix2
1 files changed, 1 insertions, 1 deletions
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 f2f7b0cd2914d..2a9e6babd6d34 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -70,7 +70,7 @@ self: super: {
   xmobar = doJailbreak super.xmobar;
 
   # use latest version to fix the build
-  brick = self.brick_0_51;
+  brick = self.brick_0_52;
   dbus = self.dbus_1_2_11;
   doctemplates = self.doctemplates_0_8;
   exact-pi = doJailbreak super.exact-pi;