ghcup-hs icon indicating copy to clipboard operation
ghcup-hs copied to clipboard

Results 126 ghcup-hs issues
Sort by recently updated
recently updated
newest added

It turns out that passing `ghcup compile ghc -b ghc-9.6.5` actually silently falls back to `ghc` in PATH: https://gitlab.haskell.org/ghc/ghc/-/issues/24682 So we either have to: - let the build fail and...

type: improvement
scope: ghc
command: compile

I was assuming the "bootstrap GHC" is also the GHC that is used when cabal builds hadrian. That turned out to be false: https://gitlab.haskell.org/ghc/ghc/-/issues/24681 So we either have to: -...

type: improvement
scope: ghc
command: compile

https://github.com/haskell-CI/haskell-ci/issues/655 has sparked my motivation to remove all packages from the respective maintainer from the GHCup deptree. So let's analyze first and get an overview. Related: https://github.com/haskell/ghcup-hs/issues/1089 @jasagredo

Removing a GHC shows the following message: ```shell [ Info ] Removing ghc-x.y.z symlinks [ Info ] Removing/rewiring ghc-x.y symlinks [ Info ] Removing files safely from: C:\ghcup\ghc\9.4.8 [ Info...

type: bug

Dummy PR for https://github.com/haskell/ghcup-hs/issues/701 This should allow contributors to start hacking on it and adjust the `runHealthCheck` function.

type: improvement

Running: ``` ghcup compile ghc -j6 -v 9.2.8 -b 9.0.2 -x aarch64-linux-gnu --config $(pwd)/build-native.mk ``` fails with ``` [ ghc-make ] # We finally replace the original file. [ ghc-make...

type: support
command: compile

In GitLab by @maerwald on Sep 3, 2021, 18:17 Similar to: https://github.com/haskell/cabal/blob/00a2351789a460700a2567eb5ecc42cca0af913f/cabal-install/src/Distribution/Client/Manpage.hs Also see https://github.com/pcapriotti/optparse-applicative/issues/176

type: improvement