Skip to main content
Topic: haskell upgrade by ghcup throws error (Read 708 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

haskell upgrade by ghcup throws error

I have my haskell installed through ghcup. I am trying to upgrade to the latest version by issuing
Quote
ghcup upgrade
. In this process, I get the following error:
Code: [Select]
~~> ghcup upgrade                                                                                             1 
[ Warn  ] New GHCup version available: 0.1.5. To upgrade, run 'ghcup upgrade'
[ Info  ] Upgrading GHCup...
[ Error ] DistroNotFound
After consulting Arch Haskell Wiki, it looks like to me that ghcup is one of the ways for managing multiple ghc versions in a system. I was wondering is this our issue (artix dependent) or should be posted to haskell group/forum?

Kindly advise.
Andromedan

 

Re: haskell upgrade by ghcup throws error

Reply #1
Hello.

Reading its gitlab one of the Know issues are the "
Limited distributions supported".

So, at least you can find a way to trick GHC to believe the system is "Archlinux" instead of "Artixlinux" I don't know a way to solve this problem.
Artix Linux Colombia