From d2fe726d1c5621870b74215995691673e7a13814 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 20 Mar 2022 15:47:32 +0100 Subject: [PATCH] haskellPackages.matrix-client: drop jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a1b44d57f5fd..d805343e7471 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2160,9 +2160,6 @@ self: super: { # https://github.com/dagit/zenc/issues/5 zenc = doJailbreak super.zenc; - # 2022-03-19: retry bounds to strict: https://github.com/softwarefactory-project/matrix-client-haskell/pull/24 - matrix-client = assert super.matrix-client.version == "0.1.4.1"; doJailbreak super.matrix-client; - # Release 1.0.0.0 added version bounds (was unrestricted before), # but with too strict lower bounds for our lts-18. # Disable aeson for now, future release should support it