What is the suggested way of setting up Haskell on Archlinux?
问题 Long story short, I'd like some guidance on what's the (best) way to have Haskell work on Archlinux. By work I mean all, in terms of the ghci command line tool, installing packages I don't have - such as vector-space, which this answer to a question of mine refers to -, and any other thing that could be necessary to a Haskell ostinate learner. Archlinux wikipage on Haskell lists three (alternative?) packages for making Haskell work on the system, namely ghc , cabal-install , and stack . I