File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,16 @@ can configure on your system.
5555To update the CI, edit [[../.github/workflows/ci.dhall][.github/workflows/ci.dhall]] and run [[../.github/workflows/ci.sh][.github/workflows/ci.sh]]
5656to regenerate the ~yaml~ file. Don't forget to commit both files.
5757
58+ ** ~cabal.project.local.ci~
59+
60+ The [[../cabal.project.local.ci][cabal.project.local.ci]] file is used by the CI workflow to alter ~ghc-options~,
61+ enabling e.g. ~-Werror~ and ~-Wunused-packages~. You can copy this to ~cabal.project.local~
62+ to have the same build configuration:
63+
64+ #+begin_src shell
65+ cp cabal.project.local.ci cabal.project.local
66+ #+end_src
67+
5868* Changelogs
5969
6070Since the packages are used by others as dependencies in production environments,
You can’t perform that action at this time.
0 commit comments