Skip to content

Commit b9c54b4

Browse files
author
Lucas V. R
committed
github: disable docs and update ghc
1 parent 5509f24 commit b9c54b4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ghc: ['9.2', '9.4']
1717
cabal: ['3.6']
1818
include:
19-
- ghc: '9.2'
19+
- ghc: '9.4'
2020
executable: true
2121
steps:
2222
- uses: actions/checkout@v3
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Configure the build
4040
run: |
41-
cabal configure --enable-tests --enable-benchmarks --enable-documentation
41+
cabal configure --enable-tests --enable-benchmarks
4242
cabal build all --dry-run
4343
4444
- name: Restore cached dependencies
@@ -68,9 +68,6 @@ jobs:
6868
- name: Run tests
6969
run: cabal test all
7070

71-
- name: Build documentation
72-
run: cabal haddock all
73-
7471
- name: Output executable
7572
run: |
7673
cabal install all:exes --install-method=copy --installdir=target --program-suffix='-${{ matrix.os }}-${{ github.ref_name }}'

0 commit comments

Comments
 (0)