stylish-haskell
stylish-haskell copied to clipboard
Stylish-haskell 0.15.1.0 doesn't know that GHC2024 includes lambda-case
I'm getting
with default-language: GHC2024. Adding {-# LANGUAGE LambdaCase #-} to the file fixes the problem.