Open
Description
If I try to run the make style
rule to apply the formatter to all my files then I get:
[nix-shell:~/cabal]$ make style
cabal-install/src/Distribution/Client/Semaphore/System.hs:66:1
The GHC parser (in Haddock mode) failed:
[GHC-58481] parse error (possibly incorrect indentation or mismatched brackets)
make: *** [Makefile:22: style] Error 102
It also seems to apply formatting to a lot of files which I haven't modified.
Activity