IntersectMBO / cardano-node

The core component that is used to participate in a Cardano decentralised blockchain.
https://cardano.org
Apache License 2.0
3.08k stars 720 forks source link

Add stylish-haskell to dev-shell and update versions #5904

Closed palas closed 4 months ago

palas commented 4 months ago

Description

This PR adds stylish-haskell to the development shell and updated the CI checked versions to match those of the shell for stylish-haskell and hlint.

Motivation: Since the code checked against both tools by the CI, it only makes sense to have the right versions in the shell so that developers can format the files they commit conveniently and pass the CI more easily.

Checklist