From 5833e429976c8dc95115e011748727fbf744c88e Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 19 Mar 2022 23:47:19 +0100 Subject: [PATCH] haskellPackages.snap: Update 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 de953cf96150..e3bc79649d43 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1651,7 +1651,7 @@ self: super: { # 2022-03-19: strict upper bounds https://github.com/poscat0x04/hinit/issues/2 hinit = doJailbreak (generateOptparseApplicativeCompletion "hi" (super.hinit.override { haskeline = self.haskeline_0_8_2; })); - # 2020-11-19: Jailbreaking until: https://github.com/snapframework/snap/pull/219 + # 2022-03-19: Keeping jailbreak because of tons of strict bounds: https://github.com/snapframework/snap/issues/220 snap = doJailbreak super.snap; # 2020-11-23: Jailbreaking until: https://github.com/michaelt/text-pipes/pull/29