Cabal 3.4.0 not available
L-TChen opened this issue · 5 comments
The current version of cabal provided by GitHub Actions is 3.4.0.0 instead of 3.3. https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
This action downloads cabal 3.3.0.0 unnecessarily. Also, it doesn't seem necessary at all to download cabal if stack is used.
Ideally, there would be another keyword like latest
(eg current
) that uses whatever version is in the runner's environment, and skips downloading anything.
I notice that Cabal 3.4.0.0 isn't even in the list of versions that this action knows about.
As far as I understand Cabal only has even numbers in the second position, so 3.0
, 3.2
and 3.4
: https://github.com/haskell/cabal/releases
Sorry for the confusion, I meant 3.4 is not available (not 3.3 stated in the subject previously).
I updated #46 to omit 3.3