diff --git a/docs/haskell-style-guide.md b/docs/haskell-style-guide.md index 4860a2fe9..d81524226 100644 --- a/docs/haskell-style-guide.md +++ b/docs/haskell-style-guide.md @@ -86,7 +86,7 @@ import Foreword ## Cabal -* Start all new Cabal projects with `default-language: Haskell2010`. +* Start all new Cabal projects with `default-language: GHC2021`. * Frequently-enabled GHC extensions should be considered for use in Cabal's `default-extensions` stanza. ## Tests