We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67589c9 commit 7c8925eCopy full SHA for 7c8925e
1 file changed
.github/workflows/haskell.yml
@@ -272,6 +272,7 @@ jobs:
272
# WARNING! cannot use # comments inside pack_options.
273
# GHCUP_GHC_OPTIONS="-u https://s3.ap-south-1.amazonaws.com/downloads.portal.composewell.com/ghc/ghc-9.2.8-x86_64-unknown-linux.tar.xz"
274
pack_options: >-
275
+ GHCUP_GHC_OPTIONS="-u https://github.com/composewell/ghc/releases/download/ghc-9.2.8-leak-profiling-1-rc1/ghc-9.2.8.20250223-x86_64-unknown-linux.tar.xz"
276
CABAL_PROJECT=cabal.project
277
DISABLE_SDIST_BUILD="y"
278
DISABLE_DOCS="y"
0 commit comments