From 8f94929ed26c65df9736ec71d90ecc5aa6e09114 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Feb 2025 20:19:59 +0100 Subject: [PATCH] haskellPackages.ema: update jailbreak comment --- 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 c83aa7237776..8597bdf51b42 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2306,7 +2306,7 @@ self: super: { Cabal-syntax = self.Cabal-syntax_3_10_3_0; }); - # 2023-07-18: https://github.com/srid/ema/issues/156 + # 2025-02-11: Too strict bounds on base < 4.17 ema = doJailbreak super.ema; # Too strict bounds on text and tls