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 91fba25 commit afd158cCopy full SHA for afd158c
.github/workflows/haskell-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
key: ${{ matrix.ghc-version }}-${{ github.sha }}
36
path: ~/.cabal/store
37
restore-keys: ${{ matrix.ghc-version }}-
38
- - run: cabal build all
+ - run: cabal build all --ghc-options=-fhpc
39
- run: cabal test all --ghc-options=-fhpc
40
- run: mv constrained.tix constrained-${{matrix.ghc-version}}.tix
41
- run: cabal haddock all
0 commit comments