wxc fails to install with Cabal 2.0.0.2 with this error:
/home/francesco/Projects/wxc-0.92.3.0/dist-newstyle/build/x86_64-linux/ghc-8.2.1/wxc-0.92.3.0/setup/setup.hs:505:61: error:
Variable not in scope: versionBranch :: Version -> [a0]
|
505 | full_ver = (concat . intersperse "." . map show . versionBranch) ver
| ^^^^^^^^^^^^^
If I follow the revision from HerbertValerioRiedel
https://hackage.haskell.org/package/wxc-0.92.2.0/revisions/
by adding Cabal < 1.25
everything works fine
hvr asked me to tell you that he has revised http://hackage.haskell.org/package/wxc-0.92.3.0/revisions/