From 0345ddf31d99d14f5639fe2379da77bbf443959c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 20:41:47 +0100 Subject: [PATCH] haskellPackages.config-value: remove jailbreak We have alex 3.5 by now. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fe716411d35a..a47b6d52cad2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -294,10 +294,6 @@ self: super: { # successfully with recent versions of the compiler). bin-package-db = null; - # Unnecessarily requires alex >= 3.3 - # https://github.com/glguy/config-value/commit/c5558c8258598fab686c259bff510cc1b19a0c50#commitcomment-119514821 - config-value = doJailbreak super.config-value; - # path-io bound is adjusted in 0.6.1 release # https://github.com/tek/hix/commit/019426f6a3db256e4c96558ffe6fa2114e2f19a0 hix = doJailbreak super.hix;