We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5904d commit db4dab2Copy full SHA for db4dab2
1 file changed
.github/workflows/release.yaml
@@ -27,9 +27,9 @@ jobs:
27
28
- uses: haskell-actions/setup@v2
29
with:
30
- ghc-version: latest-nightly
+ ghc-version: 9.14.0.20250819
31
cabal-version: 3.14
32
- ghcup-release-channel: https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml
+ ghcup-release-channel: https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/develop/ghcup-prereleases-0.0.9.yaml
33
34
- name: Build docs for haskell-debugger
35
run: cabal haddock --haddock-for-hackage --enable-documentation
0 commit comments