Skip to content

Commit

Permalink
Rename language-extensions.rst, add to quickjobs
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Sep 7, 2024
1 parent 38a9374 commit 24bfa09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,10 @@ jobs:
restore-keys: linux-store-buildinfo-doc-diff
- name: Build buildinfo-reference-generator
run: ${{ env.cabal_build }}
- name: Are buildinfo docs up to date?
run: make doc/buildinfo-fields-reference.rst
- name: Are cabal package syntax docs up to date?
run: make doc/cabal-package-syntax.rst
- name: Are language extensions docs up to date?
run: make doc/language-extensions.rst
- name: Cache dependencies
uses: actions/cache/save@v4
if: always() && steps.cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ doc/cabal-package-syntax.rst : \
cabal run --project-file=cabal.project.docs gen-cabal-package-syntax-docs Cabal-syntax-docs/cabal-package/template.zinza | tee $@
git diff --exit-code $@

doc/ghc-syntax.rst : \
doc/language-extensions.rst : \
$(wildcard Cabal-syntax/src/*/*.hs Cabal-syntax/src/*/*/*.hs Cabal-syntax/src/*/*/*/*.hs) \
$(wildcard Cabal-described/src/Distribution/Described.hs Cabal-described/src/Distribution/Utils/*.hs) \
Cabal-syntax-docs/ghc/Main.hs \
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Welcome to the Cabal User Guide
:maxdepth: 2

cabal-package-syntax
ghc-syntax
language-extensions
File renamed without changes.

0 comments on commit 24bfa09

Please sign in to comment.