[haskell-platform] #31: Automatically bring cabal packages forward with Platform install?
haskell-platform
haskell-platform at projects.haskell.org
Thu May 7 09:23:18 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 duncan):
I'm not sure there's a lot we can do in general. Certainly everything
needs rebuilding when we install new ghc versions. When a minor release
includes the same ghc version then it's safe to re-register existing ghc
packages if and only if the ABIs match. We currently have no way of
checking if the ABIs match (though we may do with GHC 6.12 and later).
We can make rebuilding easier however. See
http://hackage.haskell.org/trac/hackage/ticket/199
--
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/31#comment:2>
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