diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 9649effeabe..1ce1f2dd6dc 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -583,7 +583,7 @@ self: super: { }); # Older versions don't compile. - brick = self.brick_0_35_1; + brick = self.brick_0_36; data-inttrie = self.data-inttrie_0_1_4; HaTeX = self.HaTeX_3_19_0_0; matrix = self.matrix_0_3_6_1;