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 Jan 8, 2024
1 parent 433259b commit 1fbdbf3
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 @@ -122,6 +122,8 @@ jobs:
- name: Update Hackage index
run: cabal v2-update
- uses: actions/checkout@v4
- 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

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 @@ -45,4 +45,4 @@ Welcome to the Cabal User Guide
:maxdepth: 2

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

0 comments on commit 1fbdbf3

Please sign in to comment.