[Haskell-cafe] install 7.8.4 64 bits on arch linux
Lars Hupel
lars at hupel.info
Fri Mar 13 19:21:03 UTC 2015
> sudo pacman -S ghc
> And I get the same errormessage.
> Even sudo pacman -R ghc gives the same error.
Odd. Before installing 'ghc', please try this:
$ sudo pacman -Rucs ghc haddock haskell-ghc-paths
'-Rucs' will recursively remove all existing dependencies. Please
double-check the list of packages pacman prints, because they will all
be removed.
Cheers
Lars
PS: Please CC the list when you reply to messages. There might be more
competent people than me lurking there :-)
More information about the Haskell-Cafe
mailing list