Skip to content

Commit 4945928

Browse files
committed
Merge branch 'stable'
2 parents f7cd486 + ba43258 commit 4945928

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/developing_on_windows.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,18 @@ The following lists MSYS2 packages known to allow the installation of some
7171
common Haskell packages on Windows. Feel free to submit additional entries via a
7272
pull request.
7373

74-
* For [text-icu](https://github.com/bos/text-icu) install
75-
`mingw64/mingw-w64-x86_64-icu`
74+
* For [text-icu](https://hackage.haskell.org/package/text-icu) install
75+
`mingw64/mingw-w64-x86_64-icu`.
76+
77+
* For [zlib >= 0.7](https://hackage.haskell.org/package/zlib) the default
78+
Cabal flag `pkg-config` is `true` and requires executable `pkg-config` on
79+
the PATH. MSYS2 [defaults](https://www.msys2.org/docs/pkgconfig/) to
80+
[`pkgconf`](https://packages.msys2.org/package/pkgconf?repo=msys&variant=x86_64)
81+
as its `pkg-config` implementation. Installation:
82+
83+
stack exec -- pacman -S pkgconf
84+
85+
Alternatively, build with `--flag zlib:-pkg-config`.
7686

7787
## CMake ##
7888

0 commit comments

Comments
 (0)