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 00:24:32 +0200
committermaralorn <mail@maralorn.de>2023-07-15 00:24:32 +0200
commit22b8869e6165eabcd8067bd507fc4524bf1f8b5b (patch)
tree3724f3bce1e3109d4392d8b9aad4186fac26c1b1 /pkgs/development/haskell-modules/configuration-common.nix
parentd72b2ae9c0729a3c79046bd61d319864870f2d26 (diff)
downloadnixpkgs-22b8869e6165eabcd8067bd507fc4524bf1f8b5b.tar
nixpkgs-22b8869e6165eabcd8067bd507fc4524bf1f8b5b.tar.gz
nixpkgs-22b8869e6165eabcd8067bd507fc4524bf1f8b5b.tar.bz2
nixpkgs-22b8869e6165eabcd8067bd507fc4524bf1f8b5b.tar.lz
nixpkgs-22b8869e6165eabcd8067bd507fc4524bf1f8b5b.tar.xz
nixpkgs-22b8869e6165eabcd8067bd507fc4524bf1f8b5b.tar.zst
nixpkgs-22b8869e6165eabcd8067bd507fc4524bf1f8b5b.zip
haskellPackages.shh: jailbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 281db4f2250..b240ef2c3d7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1113,6 +1113,9 @@ self: super: {
     preCheck = ''export PATH="$PWD/dist/build/alex:$PATH"'';
   }) super.alex;
 
+  # 2023-07-14: Restrictive upper bounds: https://github.com/luke-clifton/shh/issues/76
+  shh = doJailbreak super.shh;
+
   # This package refers to the wrong library (itself in fact!)
   vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };