haskellPackages.config-value: allow alex-3.2.7.4

This commit is contained in:
sternenseemann 2023-06-24 11:38:59 +02:00
parent 61cb760268
commit 3fc46c5938

View file

@ -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";