stylish-haskell icon indicating copy to clipboard operation
stylish-haskell copied to clipboard

Stylish-haskell 0.15.1.0 doesn't know that GHC2024 includes lambda-case

Open Mikolaj opened this issue 5 months ago • 0 comments

I'm getting

:117:23: error: [GHC-51179] Illegal \case

with default-language: GHC2024. Adding {-# LANGUAGE LambdaCase #-} to the file fixes the problem.

Mikolaj avatar Jun 15 '25 22:06 Mikolaj