From e62270e35f308cdf18404aa080b71110070dc41d Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 27 Apr 2024 11:17:32 +0200 Subject: [PATCH] haskellPackages.jsaddle-hello: lift overly strict bounds --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fd0fcc446475..8c85687e9b38 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1584,6 +1584,7 @@ self: super: { rm Setup.hs ''; }) (doJailbreak super.jsaddle-dom); + jsaddle-hello = doJailbreak super.jsaddle-hello; # Too strict upper bounds on text lsql-csv = doJailbreak super.lsql-csv;