Hi!
I am trying to get access to import PGF in a haskell module, I tried running cabal install gf, but had issues with the "network" package. I tried cloning the gf-core repository but I still got the same issues.
I am running windows 10.
Cabal complained about the "network" package: "The package has a './configure' script" and that I need a Unix compatibility toolchain so I used cygwin and got network to install.
But now when I run cabal install gf it complains about dieVerbatim being used in WebSetup, or with new-install it complains about not being able to find the module WebSetup even though it looks like it's right in gf-core.
I haven't edited WebSetup since cloning gf-core.
I don't know why I can't install gf, is there some known issue on windows like this or do you have any other tips?
Cheers, Daniel