From cedb8d9cd99e9ee87a44bd312dab1487891462bc Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 8 Jul 2025 19:59:47 +0200 Subject: [PATCH] chore: fix stack's nix integration The pkgconfig package has been renamed to pkg-config in... February 2019. So this has not been working for quite some time. --- stack.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stack.yaml b/stack.yaml index 2ccc290f2..20de8d453 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,9 +2,8 @@ resolver: lts-22.44 # 2025-05-02, GHC 9.6.7 nix: packages: - - pcre - - pkgconfig - - postgresql + - libpq + - pkg-config - zlib # disable pure by default so that the test environment can be passed pure: false