Charles the Hawk
2014-04-30 07:00:02 UTC
Perhaps this will save someone some time. These are the current
versions in Arch Linux. I had to make a few changes but it installed
and I can link to it and produce runnable programs.
wxdirect/wxdirect.cabal: Remove the upper version limit on "process" in
the build depends
wxc/Setup.hs: Line 238: Remove the "2.9" from wxAcceptableVersions.
Otherwise, I got:
Warning: No config found to match: /usr/bin/wx-config --version=2.9
--version-full
in /usr/lib/wx/config
...
readProcess failed: ...
setup: failed
I'm just learning Haskell but I don't think that section of code is
working as intended.
wxcore/wxcore.cabal: Remove the upper version limit on "array" in the
build depends
wx installed without modification.
versions in Arch Linux. I had to make a few changes but it installed
and I can link to it and produce runnable programs.
wxdirect/wxdirect.cabal: Remove the upper version limit on "process" in
the build depends
wxc/Setup.hs: Line 238: Remove the "2.9" from wxAcceptableVersions.
Otherwise, I got:
Warning: No config found to match: /usr/bin/wx-config --version=2.9
--version-full
in /usr/lib/wx/config
...
readProcess failed: ...
setup: failed
I'm just learning Haskell but I don't think that section of code is
working as intended.
wxcore/wxcore.cabal: Remove the upper version limit on "array" in the
build depends
wx installed without modification.