[Haskell-cafe] Desktop GUI in Haskell

Gleb Popov 6yearold at gmail.com
Sun Feb 28 09:03:15 UTC 2021


On Sun, Feb 28, 2021 at 3:43 AM A. Mc. <47dragonfyre at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20210228/76694515/attachment.html>


More information about the Haskell-Cafe mailing list