From 618c7f78bf308adfa874c73b70038c8fd546427a Mon Sep 17 00:00:00 2001 From: MaxHearnden Date: Tue, 18 Apr 2023 22:39:20 +0100 Subject: [PATCH] haskellPackages.swarm: use brick-1.7 --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 334b41bdee1e6..b166dd14de734 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2489,7 +2489,7 @@ self: super: { # 2022-11-15: Needs newer witch package and brick 1.3 which in turn works with text-zipper 0.12 # Other dependencies are resolved with doJailbreak for both swarm and brick_1_3 swarm = doJailbreak (super.swarm.override { - brick = doJailbreak (dontCheck super.brick_1_6); + brick = doJailbreak (dontCheck super.brick_1_7); }); # Too strict upper bound on bytestring