Re: [Haskell-cafe] Warning: Module `Prelude' is deprecated:

2010-08-26 Thread Ivan Lazar Miljenovic
On 27 August 2010 12:01, Jason Dagit wrote: > I've added preference: base >= 4, in my global cabal-install config and I > haven't had a single issue since.  I HIGHLY recommend everyone to do this. Ooohhh, didn't know you could put preferences and constraints in your config file for cabal-install.

Re: [Haskell-cafe] Warning: Module `Prelude' is deprecated:

2010-08-26 Thread Jason Dagit
On Thu, Aug 26, 2010 at 6:45 PM, Ivan Lazar Miljenovic < ivan.miljeno...@gmail.com> wrote: > On 27 August 2010 11:42, Mathew de Detrich wrote: > > As said, this is an issue with the package maintainer who explicitly used > > base 3.0 as a dependancy > > Or they have no upper bound on the version

Re: [Haskell-cafe] Warning: Module `Prelude' is deprecated:

2010-08-26 Thread Ivan Lazar Miljenovic
On 27 August 2010 11:42, Mathew de Detrich wrote: > As said, this is an issue with the package maintainer who explicitly used > base 3.0 as a dependancy Or they have no upper bound on the version of base in their .cabal file, so cabal-install tries to be clever and defaults to base-3 to be safe (

Re: [Haskell-cafe] Warning: Module `Prelude' is deprecated:

2010-08-26 Thread Mathew de Detrich
As said, this is an issue with the package maintainer who explicitly used base 3.0 as a dependancy I believe that base 3 is gonna be killed in ghc 6.14 iirc On 27/08/2010 10:17 AM, "Michael Litchard" wrote: So lately when I use cabal to install something get Text/CSV.hs:1:0: Warning: Module

Re: [Haskell-cafe] Warning: Module `Prelude' is deprecated:

2010-08-26 Thread Ivan Lazar Miljenovic
On 27 August 2010 10:17, Michael Litchard wrote: > So lately when I use cabal to install something get > > Text/CSV.hs:1:0: >    Warning: Module `Prelude' is deprecated: >               You are using the old package `base' version 3.x. >               Future GHC versions will not support base vers

[Haskell-cafe] Warning: Module `Prelude' is deprecated:

2010-08-26 Thread Michael Litchard
So lately when I use cabal to install something get Text/CSV.hs:1:0: Warning: Module `Prelude' is deprecated: You are using the old package `base' version 3.x. Future GHC versions will not support base version 3.x. You should update your code to use