File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,18 @@ The following lists MSYS2 packages known to allow the installation of some
71
71
common Haskell packages on Windows. Feel free to submit additional entries via a
72
72
pull request.
73
73
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 ` .
76
86
77
87
## CMake ##
78
88
You can’t perform that action at this time.
0 commit comments