Haskell and Sublime Text

Hello,

I want to learn Haskell with as editor Sublime Text

Can I have this ? and how do I do this ?

Roelof

Are you asking how to install Sublime Text or Haskell?

Anyway:

Sublime Text is in the AUR: https://aur.archlinux.org/packages/?O=0&K=sublime

yaourt -S sublime-text

To install haskell then:

sudo pacman -S ghc

However, there are also additional addons, extensions, etc. to Haskell.
I’d suggest also searching for the word haskell using octopi or via the terminal like this:

pacman -Ss haskell

Thanks for the info.

Roelof