serras / emacs-haskell-tutorial

Tutorial on setting up Emacs to do Haskell programming
690 stars 100 forks source link

alex or happy? #19

Closed Kaligule closed 9 years ago

Kaligule commented 9 years ago

In the Section "Haskell preliminaries" you talk about installing happy. Then you explain how to do it:

cabal update
cabal install alex

This is a confusion, isn't it? (To be honest, I am not familiar with the packages, so it perhaps alex includes happy or something)