
2 May
2010
2 May
'10
5:33 a.m.
Yes, it's weird, but it works! Thanks.
2010/5/1 Daniel Fischer
Am Samstag 01 Mai 2010 13:16:55 schrieb Limestraël:
Hello Café,
When I was trying to cabal-install haskell-src, I came up with: cabal: The program happy is required but it could not be found
However, the happy package was actually installed and the 'happy' executable was in ~/.cabal/bin (which was in my PATH)
Just a couple of days ago, we had an issue where "~/.cabal/bin" was in the path, but (due to some differences between tilde-expansion and $-variable expansion), it didn't work, however "$HOME/.cabal/bin" in the path worked. Could that be another instance of the same issue?