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 5c00c2f commit f67d3c0Copy full SHA for f67d3c0
.github/workflows/haskell.yml
@@ -16,10 +16,10 @@ jobs:
16
- name: Install dependencies
17
run: |
18
cabal update
19
- cabal install --only-dependencies
+ cabal new-build --only-dependencies
20
- name: Build
21
22
- cabal configure --enable-tests
23
- cabal build
+ cabal new-configure --enable-tests
+ cabal new-build
24
- name: Run tests
25
- run: cabal test
+ run: cabal new-test
0 commit comments