Skip to content
  • Cheng Shao's avatar
    6a2b43e3
    compiler: clean up redundant LANGUAGE pragmas · 6a2b43e3
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    
    
    This patch bumps `default-language` of `ghc`/`ghc-bin` from `GHC2021`
    to `GHC2024` (which is supported in ghc 9.10, current boot ghc lower
    version bound), and also cleans up redundant `LANGUAGE` pragmas (as
    well as `default-extensions`/`other-extensions`) that are already
    implied by `GHC2024`.
    
    Co-authored-by: default avatarCodex <codex@openai.com>
    6a2b43e3
    compiler: clean up redundant LANGUAGE pragmas
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    
    
    This patch bumps `default-language` of `ghc`/`ghc-bin` from `GHC2021`
    to `GHC2024` (which is supported in ghc 9.10, current boot ghc lower
    version bound), and also cleans up redundant `LANGUAGE` pragmas (as
    well as `default-extensions`/`other-extensions`) that are already
    implied by `GHC2024`.
    
    Co-authored-by: default avatarCodex <codex@openai.com>
Loading