
On Sun, Feb 28, 2021 at 3:43 AM A. Mc. <47dragonfyre@gmail.com> wrote:
Hello,
I'm attempting to use GTK+3 to create a Desktop, but I am having a problem installing all of the dependencies. I keep getting the following error: GUI cabal: version >=0.9.0 of pkg-config is required
I am using Cygwin on a Windows 10 operating system. What is needed to fix this? Is this the best way to do a desktop GUI in Haskell?
Thanks in advance and thank you for your time. _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
Haskell Stack comes with a MSYS environment, which can be used to install pkg-config and various dependencies.