summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-07-15 12:09:20 +0200
committermaralorn <mail@maralorn.de>2023-07-15 12:09:20 +0200
commit5619bfa758703baec61399868ad77bd2400e7599 (patch)
treef9a67cd6cca92208cb2b4b1349704ea37f7de981 /pkgs/development/haskell-modules/configuration-common.nix
parentace41329a55baca40cb4c4baccd19670cdaa65c7 (diff)
downloadnixpkgs-5619bfa758703baec61399868ad77bd2400e7599.tar
nixpkgs-5619bfa758703baec61399868ad77bd2400e7599.tar.gz
nixpkgs-5619bfa758703baec61399868ad77bd2400e7599.tar.bz2
nixpkgs-5619bfa758703baec61399868ad77bd2400e7599.tar.lz
nixpkgs-5619bfa758703baec61399868ad77bd2400e7599.tar.xz
nixpkgs-5619bfa758703baec61399868ad77bd2400e7599.tar.zst
nixpkgs-5619bfa758703baec61399868ad77bd2400e7599.zip
haskellPackages.ghcjs-dom: jailbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 253efb2cead..4de3ad4a61b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2488,7 +2488,8 @@ self: super: {
       sed -i 's/import "jsaddle-dom" GHCJS.DOM.Document/import "ghcjs-dom-jsaddle" GHCJS.DOM.Document/' src/GHCJS/DOM/Document.hs
     '' + (old.postPatch or "");
     })
-    super.ghcjs-dom;
+    # 2023-07-15: Restrictive upper bounds on text
+    (doJailbreak super.ghcjs-dom);
 
   # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24
   system-fileio = doJailbreak super.system-fileio;