Skip to content

Commit

Permalink
doc: note that we now use GHC2021
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Hess <src@drewhess.com>
  • Loading branch information
dhess committed Apr 23, 2024
1 parent 00359f2 commit f9135cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/haskell-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9135cf

Please sign in to comment.