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 2c47eb0 commit 73634cbCopy full SHA for 73634cb
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install dependencies
49
run: |
50
cabal v2-update
51
- cabal freeze --dependencies-only --enable-tests --disable-optimization -fexecutable all
+ cabal freeze --dependencies-only --enable-tests --disable-optimization -fexecutable
52
cat cabal.project.freeze
53
cabal v2-build --dependencies-only --enable-tests --disable-optimization -fexecutable all
54
- name: Build and test
0 commit comments