[Haskell-cafe] cannot install base-4.3.1.0 package

2011-05-15 Thread Immanuel Normann
Hi, how can I install the base-4.3.1.0 package. I tried first cabal install base that gives me this error: Resolving dependencies... cabal: Distribution/Client/Dependency/TopDown.hs:169:37-73: Non-exhaustive patterns in lambda I googled for this error and found nothing but the simple

Re: [Haskell-cafe] cannot install base-4.3.1.0 package

2011-05-15 Thread Malcolm Wallace
On 15 May 2011, at 15:35, Immanuel Normann wrote: Why is it so complicated to install the base package? You cannot upgrade the base package that comes with ghc. It's a bad design, but there we go. Regards, Malcolm ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] cannot install base-4.3.1.0 package

2011-05-15 Thread Daniel Fischer
On Sunday 15 May 2011 16:35:35, Immanuel Normann wrote: Hi, how can I install the base-4.3.1.0 package. I tried first No. That can't work (at least with GHC). The base package is one of the packages that the compiler was built with, it is impossible to replace it and have a working compiler