asdf-haskell icon indicating copy to clipboard operation
asdf-haskell copied to clipboard

simplifies release retrieval using git tags

Open nverno opened this issue 6 years ago • 3 comments

This is a simple alternative to retreive releases from the git mirror as the previous list-all command seems to be broken. It seems better to avoid sorting as well, since git tags will be chronological.

nverno avatar Apr 30 '19 13:04 nverno

Hello, thanks for your PR! could you rebase on master and just confirm it works for you ? Thanks !

vic avatar May 04 '19 14:05 vic

Hi, this was a simplified alternative to the pull request that was just merged. I don't know if you want to use curl + sorting or git tags?

nverno avatar May 04 '19 23:05 nverno

Oh right, I guess using git tags is better. Please update this PR and I'll merge, just make sure the newest version is at the end of list-all output. IIRC, this line installs the last version in output.

vic avatar May 05 '19 06:05 vic