We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5509f24 commit b9c54b4Copy full SHA for b9c54b4
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
ghc: ['9.2', '9.4']
17
cabal: ['3.6']
18
include:
19
- - ghc: '9.2'
+ - ghc: '9.4'
20
executable: true
21
steps:
22
- uses: actions/checkout@v3
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Configure the build
40
run: |
41
- cabal configure --enable-tests --enable-benchmarks --enable-documentation
+ cabal configure --enable-tests --enable-benchmarks
42
cabal build all --dry-run
43
44
- name: Restore cached dependencies
@@ -68,9 +68,6 @@ jobs:
68
- name: Run tests
69
run: cabal test all
70
71
- - name: Build documentation
72
- run: cabal haddock all
73
-
74
- name: Output executable
75
76
cabal install all:exes --install-method=copy --installdir=target --program-suffix='-${{ matrix.os }}-${{ github.ref_name }}'
0 commit comments