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 e2c9ecd commit 737665eCopy full SHA for 737665e
.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