-
Currently I'm installing hls from master to get the latest changes. ghcup compile hls -g master --ghc 8.10.7 --cabal-update -- -f-floskell -f-ormolu -f-brittany -f-stylishHaskell -f-stan Note that I'm disabling some formatters and other plugins I don't want to use. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
How about appending |
Beta Was this translation helpful? Give feedback.
-
The general problem of syncing the tools built into hls with the external ones is additionally also discussed more in this issue - #411. |
Beta Was this translation helpful? Give feedback.
-
See #2827 for an alternative approach. |
Beta Was this translation helpful? Give feedback.
How about appending
--constraint "fourmolu==0.8.1.0"
?