[Haskell] Re[2]: base libraries

2006-11-24 Thread Bulat Ziganshin
Hello Simon, Friday, November 24, 2006, 1:58:36 PM, you wrote: There are several interconnected issues, which makes this hard to discuss on a mailing list. i hardly imagine how it can be discussed on wiki :) http://hackage.haskell.org/trac/ghc/wiki/PackageReorg thanks, it's much

Re: [Haskell] Re[2]: base libraries

2006-11-24 Thread Sven Panne
Am Freitag, 24. November 2006 15:42 schrieb Bulat Ziganshin: [...] libraries should be split into 4 rings: frozen, core, base and the rest That's one possibility, but not the only one. Especially I don't see the need to distinguish between frozen and core. [...] these libs should include

Re: [Haskell] Re[2]: base libraries

2006-11-24 Thread Duncan Coutts
On Fri, 2006-11-24 at 17:42 +0300, Bulat Ziganshin wrote: libraries should be split into 4 rings: frozen, core, base and the rest * frozen libs are installed with haskell compiler and cannot be upgraded using Cabal. it includes Cabal itself and libraries required by Cabal, currently it's