[haskell-platform] #31: Automatically bring cabal packages forward with Platform install?
haskell-platform
haskell-platform at projects.haskell.org
Thu May 7 06:50:06 EDT 2009
#31: Automatically bring cabal packages forward with Platform install?
--------------------------------+-------------------------------------------
Reporter: jgbailey at 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
More information about the Haskell-platform
mailing list