Haskell source packages in Hackage
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Mon Nov 10 19:06:22 EST 2008
On Mon, 2008-11-10 at 17:08 +0000, Hugo Pacheco wrote:
> Hi guys,
>
>
> I am having an hard time installing the haskell-src and
> haskell-src-exts packages, since both seem to have problems with
> happy.
> I have installed happy 1.18.2 successfully, but it does not seem to be
> visible (although the happy executable is in my path).
Are you sure the version of happy that is on your $PATH is the version
that you just installed? Check:
$ happy --version
You can run the install with -v and it'll give more details of how it
looks for happy and if it cannot find it.
Duncan
More information about the cabal-devel
mailing list