From 6de4b5739e54e85eb40c58c49bb5d21c2e464cf2 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 27 Apr 2024 11:18:17 +0200 Subject: [PATCH] haskellPackages.ghcjs-dom-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 8c85687e9b38..a0ab31525888 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1585,6 +1585,7 @@ self: super: { ''; }) (doJailbreak super.jsaddle-dom); jsaddle-hello = doJailbreak super.jsaddle-hello; + ghcjs-dom-hello = doJailbreak super.ghcjs-dom-hello; # Too strict upper bounds on text lsql-csv = doJailbreak super.lsql-csv;