serras / emacs-haskell-tutorial

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

cabal install happy #47

Closed mohanr closed 8 years ago

mohanr commented 8 years ago

I have installed cabal and when I follow the instructions I am blocked by this. Do I have to install Ghc ?

D:\Downloads>cabal update Downloading the latest package list from hackage.haskell.org Note: there is a new version of cabal-install available. To upgrade, run: cabal install cabal-install

D:\Downloads>cabal install happy cabal: The program ghc version >=6.4 is required but it could not be found.

ghost commented 8 years ago

Yup, you need ghc for cabal to work.

mohanr commented 8 years ago

Done