From 2b3f8cc207fe9ebcb6219849a5f89a606646ccd8 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 27 Apr 2024 11:16:59 +0200 Subject: [PATCH] haskellPackages.lsql-csv: lift overly strict upper bounds Should be resolved in the next version released to hackage though! --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6fdbda02c4d1..fd0fcc446475 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1585,6 +1585,9 @@ self: super: { ''; }) (doJailbreak super.jsaddle-dom); + # Too strict upper bounds on text + lsql-csv = doJailbreak super.lsql-csv; + reflex-dom = lib.pipe super.reflex-dom [ (appendPatch (fetchpatch {