Difference between revisions of "Upgrading packages"

From HaskellWiki
Jump to navigation Jump to search
(Upgrading packages moved to Upgrading packages/Updating to GHC 6.10: This version applies to the older GHC 6.10. It is out-of-date for GHC-7.0)
 
(Stub for upgrading packages to GHC-7.0.)
Line 1: Line 1:
  +
A list of things that need updating when porting packages to newer library/cabal versions.
#REDIRECT [[Upgrading packages/Updating to GHC 6.10]]
 
  +
  +
If you maintain a Haskell package this is for you.
  +
For older versions of this document:
  +
 
* [[/Updating to GHC 6.10]]
  +
* [[/Updating to GHC 6.8]]
  +
  +
  +
'''Updating to GHC 7.0'''
  +
  +
When upgrading to GHC 7.0, any of your packages that worked against
  +
the base-3 library will need to be updated to the base-4.
  +
  +
(This is a stub, since the previous version was so out-of-date. Please help by adding useful content.)

Revision as of 18:05, 13 March 2011

A list of things that need updating when porting packages to newer library/cabal versions.

If you maintain a Haskell package this is for you. For older versions of this document:


Updating to GHC 7.0

When upgrading to GHC 7.0, any of your packages that worked against the base-3 library will need to be updated to the base-4.

(This is a stub, since the previous version was so out-of-date. Please help by adding useful content.)