Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: c148bcb9 by Wolfgang Jeltsch at 2026-06-15T14:06:10+02:00 Correct `tar` options - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1162,7 +1162,7 @@ base-build-with-ghc-914: ghc_version=9.14.1 url=https://downloads.haskell.org/~ghc/$ghc_version/ghc-$ghc_version-x86_64-deb1... curl "$url" >ghc-$ghc_version.tar.xz - tar -xJF ghc-$ghc_version.tar.xz + tar -xJf ghc-$ghc_version.tar.xz cd ghc-$ghc_version ./configure --prefix "$PWD/../ghc" make install View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c148bcb90909771e026fe77608ab0713... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c148bcb90909771e026fe77608ab0713... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)