You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
I was trying to build a specific version as said in the documentation:
$ make hie-8.4.3
Preparing to install GHC (tinfo6) to an isolated location.
This will not interfere with any system-level installation.
Preparing to download ghc-tinfo6-8.6.3 ...
But it starts downloading, 8.6.3. This happens even when calling make help:
❯ make help
Preparing to install GHC (tinfo6) to an isolated location.
This will not interfere with any system-level installation.
Preparing to download ghc-tinfo6-8.6.3 ...
I barely understand Makefiles, but trying to make any modification it still tried to download 8.6.3, so I don't understand why this is happening.