Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure Haskell in Atom text editor?

I am new to Haskell and want to use it along with Atom text editor, please can someone tell me the steps on how to configure haskell in atom text editor?

like image 446
Amit Bhati Avatar asked Jan 13 '17 09:01

Amit Bhati


1 Answers

I personally followed a mix of these two:

Setting Up A Haskell Development Environment (Mac OS) - very recent, which is good, given the focus on Atom.

Practical Haskell - Editor Setup with Stack - useful to compare things, and crosschecking packages to install in Atom.

But that's because I wanted to setup macOS, Haskell, Stack, Atom.io, using Homebrew.
Hope that's similar enough to your usecase to be useful. :)

like image 172
mdm Avatar answered Oct 14 '22 01:10

mdm