Skip to content

Commit 9434df8

Browse files
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.
1 parent 39e2a15 commit 9434df8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

stack.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ resolver: lts-22.44 # 2025-05-02, GHC 9.6.7
22

33
nix:
44
packages:
5-
- pcre
6-
- pkgconfig
7-
- postgresql
5+
- libpq
6+
- pkg-config
87
- zlib
98
# disable pure by default so that the test environment can be passed
109
pure: false

0 commit comments

Comments
 (0)