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 5993436 commit 7529fd3Copy full SHA for 7529fd3
.github/workflows/on-push.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: cabal update
18
- run: cabal test
19
- run: cabal install doctest
20
- - run: cabal repl --with-ghc=doctest --ghc-options="-XQuasiQuotes -XOverloadedStrings"
+ - run: PATH=$HOME/.cabal/bin:$PATH cabal repl --with-ghc=doctest --ghc-options="-XQuasiQuotes -XOverloadedStrings"
21
22
stackage:
23
runs-on: ubuntu-22.04
0 commit comments