I'm getting <string>:117:23: error: [GHC-51179] Illegal \case with `default-language: GHC2024`. Adding `{-# LANGUAGE LambdaCase #-}` to the file fixes the problem.
I'm getting
:117:23: error: [GHC-51179] Illegal \case
with
default-language: GHC2024. Adding{-# LANGUAGE LambdaCase #-}to the file fixes the problem.