From b123401c81da341c0e76868a396f75935dfa6f20 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 1 Mar 2025 00:36:35 -0800 Subject: [PATCH] Try disabling pkg-config for regex-pcre2, #7698 --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49cebfe9..76207f8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -185,7 +185,7 @@ packages: - system-filepath "Pete Ryland @peteryland": - - regex-pcre2 < 0 # Compilation failure, https://github.com/commercialhaskell/stackage/issues/7698 + - regex-pcre2 "Diogo Biazus ": - hasql-notifications @@ -7969,6 +7969,10 @@ package-flags: path: os-string: true + + # Debugging https://github.com/commercialhaskell/stackage/issues/7698 + regex-pcre2: + pkg-config: false # end of package-flags # Special configure options for individual packages