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 7ce68e6 commit 1b513b0Copy full SHA for 1b513b0
.github/workflows/haskell.yml
@@ -50,6 +50,7 @@ jobs:
50
51
- name: Configure the build
52
run: |
53
+ cabal update
54
cabal configure --enable-tests --enable-benchmarks --disable-documentation
55
cabal build --dry-run
56
# stack build --test --bench --no-haddock --dry-run
0 commit comments