Kleidukos / get-tested

Go get tested! Github Actions matrix generator for your haskell projects
BSD 3-Clause "New" or "Revised" License
44 stars 3 forks source link

Option to emit GHC versions in Nix-like format? #14

Open amesgen opened 1 year ago

amesgen commented 1 year ago

Nix (at least in both in nixpkgs and haskell.nix) usually represents GHC versions as e.g. ghc865/ghc8107/ghc944. Would you be open to a convenience flag that allows to emit the GHC versions in this format, or do you consider this out of scope for this project?

Kleidukos commented 1 year ago

Yes I would! Thank you for this suggestion. :)

CristhianMotoche commented 6 months ago

Hello @Kleidukos Are you open for contributions for this?

Kleidukos commented 6 months ago

I am still open to contributions for this ticket, indeed. :) Maybe a --compiler-format=nixpkgs flag could do the job, and avoid a proliferation of modifiers (in the form of switches) that could be mutually incompatible in the future?

Kleidukos commented 2 weeks ago

@CristhianMotoche Is this still something you need?

CristhianMotoche commented 2 weeks ago

Hello @Kleidukos Thanks for reaching out. No, I don't think it's going to be something that we need in the short term.