qrilka / xlsx

Simple and incomplete Excel file parser/writer
MIT License
128 stars 62 forks source link

Run stylish-haskell, introduce a script #162

Open flhorizon opened 1 year ago

flhorizon commented 1 year ago

Closes #159

Hey, I've run stylish-haskell and also made a script for that

qrilka commented 1 year ago

LGTM but with stylish-haskell from nixos-21.05 (outdated one, I know) I get this diff - stylish-0.12.2.0-diff.txt

Also - what do you think about adding this to Github actions?

flhorizon commented 1 year ago

I'll take a look, hopefully find a way to easily use the prescribed version for contributors (and CI alike).

I'm proficient with docker but hardly ever used nix

qrilka commented 1 year ago

nix is only the source of stylish-haskell in my case. Github actions run on provided images, probably stylish-haskell is there out of the box like stack but I'm not quite sure about such details