-
Notifications
You must be signed in to change notification settings - Fork 210
HIE is not easily usable on Manjaro Linux #1721
Comments
I think in theory it would be possible to do it via
Agreed, not ideal, but not much we can do about it.
The easiest work-around is to manage dependencies yourself, use ghcup to install GHC, and then using our installation script to install hie for the GHC version you need. Or use stack to install HIE, but dont use any system dependencies, so no pacman installed GHC. |
I have successfully installed HIE on Manjaro Linux by following this procedure:
I propose that this information (or equivalent) be put in the README under Installation on Arch Linux. It would be a great improvement since the instructions that are currently there do not actually work (as per this issue report). |
Just for my own edification, why is it that adding support for a new GHC release to HIE takes so much developer effort, even when the release is only a patch version? |
See #1697. |
It is often rather difficult to get HIE working on Manjaro Linux, for the following reason:
The consequence of the above points is that there is no obvious way (that I know of) to use HIE on Manjaro Linux if a new release of GHC has recently come out. This is unfortunate for users of Manjaro Linux. Is there any way that using HIE on Manjaro Linux could be made easier?
The text was updated successfully, but these errors were encountered: