You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have a check mode, that tells you whether a given GHC version is in the get-tested stanza of a Cabal file or not?
What I mean is something like this:
Is it possible to have a
check
mode, that tells you whether a given GHC version is in theget-tested
stanza of a Cabal file or not?What I mean is something like this:
I know I can work around that (e.g.
get-tested get-tested.cabal | jq --raw-output '.[]' | grep -q '9.10.1'
), but that's rather hacky...The text was updated successfully, but these errors were encountered: