diff options
| author | har7an <[email protected]> | 2025-12-02 10:26:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-02 11:26:40 +0100 |
| commit | 92e35d1b90ed90da0c584842ec44e462a79e167d (patch) | |
| tree | dd8a6d100b47b44e8a101213b1680b104c2ea19d /.github | |
| parent | bbedaadc4d78a5676114e1359154bab81b0ff561 (diff) | |
Fix a few mistakes in the contributing docs. (#11318)
* Fix a typo in the contributing docs.
* Fix link to Lua filter docs, so it works on GitHub. (A rewrite rule will ensure that it also works on pandoc.org.)
* Update minimum GHC version in contributing docs.
* Add a comment in the respective CI file to keep the version up-to-date
in the contributing guide.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 751d8f413..83bf86c9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: fail-fast: true matrix: versions: + # NOTE: Update `CONTRIBUTING.md` when changing the minimum version - ghc: '8.10' cabal: 'latest' cabalopts: '--ghc-option=-Werror' |
