#31: Automatically bring cabal packages forward with Platform install? --------------------------------+------------------------------------------- Reporter: jgbai...@gmail.com | Owner: dons Type: enhancement | Status: new Priority: major | Milestone: Component: Platform | Resolution: Keywords: | --------------------------------+------------------------------------------- Comment (by refold):
Doesn't this already work on Unix-likes? The package.conf file is by default stored under $HOME/.ghc on these systems, and cabal-install installs to $HOME/.cabal, so the newly-installed GHC should pick up old up libraries out of the box (if the GHC versions are compatible). On Windows, cabal-install modifies the system-wide package.conf and installs to $PROGRAMFILES\Haskell, so we'd need to merge the old package.conf file with the new one. This is something I'm considering for the next release. -- Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/31#comment:1> haskell-platform <http://trac.haskell.org/haskell-platform> The Haskell Platform: a comprehensive and robust collection of Haskell libraries _______________________________________________ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform