Upgrade of Haskell Platform

2011-07-26 Thread Andrew Cheese
Is it possible to "upgrade" a version of the Haskell Platform. I seem only to be able to install different versions. I want to "upgrade" and migrate all my installed libraries. - Andy Andrew Cheese System Architecture Expert HUAWEI TECHNOLOGIES CO.,LTD. huawei_logo Address: Sk

Re: [haskell-platform] #182: Haskell Platform will not install on current Macintosh

2011-07-26 Thread haskell-platform
#182: Haskell Platform will not install on current Macintosh ---+ Reporter: fwburton |Owner: MtnViewMark Type: defect | Status: new Priority: major |Milestone:

Re: [haskell-platform] #182: Haskell Platform will not install on current Macintosh

2011-07-26 Thread haskell-platform
#182: Haskell Platform will not install on current Macintosh ---+ Reporter: fwburton |Owner: MtnViewMark Type: defect | Status: new Priority: major |Milestone:

Re: [haskell-platform] #182: Haskell Platform will not install on current Macintosh

2011-07-26 Thread haskell-platform
#182: Haskell Platform will not install on current Macintosh ---+ Reporter: fwburton |Owner: MtnViewMark Type: defect | Status: new Priority: major |Milestone:

Re: Upgrade of Haskell Platform

2011-07-26 Thread Mark Lentczner
No, this isn't possible: If you move to a new version of GHC, then you need to recompile all libraries you use. Typically, people just use new version time as housecleaning: You just blow away your entire install and all libs you installed while using it, and then just cabal install libraries as y