Skip to content

Commit

Permalink
Fix #575 Accommodate GHC2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem authored and sol committed Apr 29, 2024
1 parent d463505 commit edbbf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ values are merged with per section values.
| `buildable` | · | | Per section takes precedence over top-level |
| `source-dirs` | `hs-source-dirs` | | |
| `default-extensions` | · | | |
| `language` | `default-language` | `Haskell2010` | Also accepts `Haskell98` or `GHC2021`. Per section takes precedence over top-level |
| `language` | `default-language` | `Haskell2010` | Also accepts `Haskell98`, `GHC2021` or `GHC2024`. Per section takes precedence over top-level |
| `other-extensions` | · | | |
| `ghc-options` | · | | |
| `ghc-prof-options` | · | | |
Expand Down

0 comments on commit edbbf77

Please sign in to comment.