Search code examples
haskellcabalparsec

Haskell - Cabal Install parsec errors


I've been trying to install the parsec library for haskell but I'm running in to a lot of errors. Im very new to haskell & cabal and i don't quite understand the output of the log file.

the output of the log file is here: http://pastebin.com/6hPQN1W4

I tried installing the packages that the log file said that it could not find, but i keep getting errors when trying to install the packages.

I reinstalled cabal and also ran cabal update, but this did not resolve the issue

any help will be appreciated?


Solution

  • I suggest using stack tool with its stackage infrastructure. Please see http://haskellstack.org for more details.