Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: ~/.cabal/bin should be appended to PATH if available
https://bugzilla.redhat.com/show_bug.cgi?id=509699
Summary: ~/.cabal/bin should be appended to PATH if available Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: cabal-install AssignedTo: petersen@redhat.com ReportedBy: petersen@redhat.com QAContact: extras-qa@fedoraproject.org CC: petersen@redhat.com, fedora-haskell-list@redhat.com Classification: Fedora Target Release: ---
Description of problem: After installing cabal programs, it is annoying that they are not in PATH and one has to type the fully-qualified or relative path explicitly: eg ~/.cabal/bin/progname
I think we can append ~/.cabal/bin to user's PATH if it exists.