id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,difficulty,ghcversion,platform
375,target bindir should added to the build tool search path,guest,,"I'm trying to install happy because cabal-install fails to upgrade all my packages.  Below is my log.  Any ideas?  Thanks!
{{{
$ cabal --version
cabal-install version 0.5.2
using version 1.4.0.1 of the Cabal library 

$ cabal upgrade
Resolving dependencies...
'haskell-src-1.0.1.3' is cached.
Configuring haskell-src-1.0.1.3...
Preprocessing library haskell-src-1.0.1.3...
cabal: The program happy is required but it could not be found
cabal: Error: some packages failed to install:
haskell-src-1.0.1.3 failed during the building phase. The exception was:
exit: ExitFailure 1

$ cabal install happy
Resolving dependencies...
'happy-1.18.1' is cached.
[1 of 1] Compiling Main             ( /var/folders/s-/s-WdqsnuGFyUGEeXB-+sZk+++TI/-Tmp-/TMPhappy-1.18.1/happy-1.18.1/Setup.lhs, /var/folders/s-/s-WdqsnuGFyUGEeXB-+sZk+++TI/-Tmp-/TMPhappy-1.18.1/happy-1.18.1/dist/setup/Main.o )
Linking /var/folders/s-/s-WdqsnuGFyUGEeXB-+sZk+++TI/-Tmp-/TMPhappy-1.18.1/happy-1.18.1/dist/setup/setup ...
Warning: defaultUserHooks in Setup script is deprecated.
Configuring happy-1.18.1...
Preprocessing executables for happy-1.18.1...
setup: The program happy is required but it could not be found
cabal: Error: some packages failed to install:
happy-1.18.1 failed during the building phase. The exception was:
exit: ExitFailure 1
}}}",defect,closed,normal,Cabal-1.8,Cabal library,HEAD,normal,invalid,,,easy (<4 hours),6.8.3,
