From 3fc46c59386793545cb721709036babee889e307 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 24 Jun 2023 11:38:59 +0200 Subject: [PATCH] haskellPackages.config-value: allow alex-3.2.7.4 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f75517c77a15..927a2ddda73d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -222,6 +222,10 @@ 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; + # waiting for release: https://github.com/jwiegley/c2hsc/issues/41 c2hsc = appendPatch (fetchpatch { url = "https://github.com/jwiegley/c2hsc/commit/490ecab202e0de7fc995eedf744ad3cb408b53cc.patch";