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 {