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
Create a hpackCheck (analogous to the existing hlsCheck) if (and only if) the repository has both hpack and cabal files. The check will succeed only if running hpack generates the same cabal file.
This is useful in workflows where developers commit the generated cabal file to Git repo. The check will ensure that nobody has forgotten to commit package.yaml without the corresponding .cabal change.