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

now with help of `glibc for termux` project we can run most of linux `AArch64 binaries` on Termux. no need for them to be linked against the `bionic libc` to...

level: hard
type: improvement

The CI action on github.com/PostgREST/configurator-pg is failing to install ghc-8.0.2, and I'm a bit stuck figuring out why. I hope it's appropriate to report this here, happy to take it...

scope: documentation
type: improvement

Output: ``` > Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; try { Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-WebRequest https://www.haskell.org/ghcup/sh/bootstrap-haskell.ps1 -UseBasicParsing))) -ArgumentList $true } catch { Write-Error $_ } Welcome to Haskell!...

level: good first issue
scope: documentation
type: improvement

In GitLab by @maerwald on Sep 2, 2020, 03:33 Currently, when a command is run we set the TUI on hold and execute in the "shell". It would be nicer...

command: tui
type: improvement
zurihac

In GitLab by @kolmodin on Nov 22, 2021, 04:16 Please consider installing GHC's bash completion. It's just one file to include in your distribution, and then hook it up in...

type: improvement

I don't think I provided any particular flags when installing GHCup (it was some time ago, I could delete it and install it again) but I think the env file...

platform: windows
type: improvement

Using the command from https://www.haskell.org/ghcup/# for windows, I consistently without fail get the error of the following. ``` ...Msys2 doesn't exist, installing into C:\\ghcup\msys64 Starting installation in 5 seconds, this...

platform: windows
type: bug

The ability of GHCup to compile HLS from source for a given HLS and compiler version is an under-appreciated, valuable feature. I think that many users aren't aware of how...

level: hard
command: tui
type: improvement

Currently, we only have post install message per version: https://github.com/haskell/ghcup-hs/blob/3cea6ef97c5e9042172f89a601304e82519e290c/lib/GHCup/Types.hs#L142-L154 It might make sense to allow this per platform/bindist, e.g. so we can warn users that windows has issues without...

type: improvement

Related: https://github.com/haskell/security-advisories/issues/129 Right now, GHCup has a mechanism of: * printing custom post-install messages * printing update warnings on startup (but only for the `latest`, not the `recommend` channel, unfortunately)...

type: discussion