Re: mtl and ghc

2011-05-23 Thread Ian Lynagh
On Mon, May 23, 2011 at 09:35:35AM +0100, Simon Marlow wrote: > > We better add transformers as a boot package to GHC too. Ian, do > you see any problems with that? No problems. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

Re: mtl and ghc

2011-05-23 Thread Simon Marlow
On 23/05/2011 09:55, Ross Paterson wrote: On Mon, May 23, 2011 at 09:35:35AM +0100, Simon Marlow wrote: On 22/05/2011 12:26, Ross Paterson wrote: GHC uses mtl-1.1.1.1 internally, but mtl-2.0.1.0 (added to the HP last November) now depends on the transformers package, into which much of the code

Re: mtl and ghc

2011-05-23 Thread Ross Paterson
On Mon, May 23, 2011 at 09:35:35AM +0100, Simon Marlow wrote: > On 22/05/2011 12:26, Ross Paterson wrote: > >GHC uses mtl-1.1.1.1 internally, but mtl-2.0.1.0 (added to the HP last > >November) now depends on the transformers package, into which much of > >the code has been moved. I'd like to move

Re: mtl and ghc

2011-05-23 Thread Simon Marlow
On 22/05/2011 12:26, Ross Paterson wrote: GHC uses mtl-1.1.1.1 internally, but mtl-2.0.1.0 (added to the HP last November) now depends on the transformers package, into which much of the code has been moved. I'd like to move the current version of mtl back from http://code.haskell.org/~ross/mtl/

mtl and ghc

2011-05-23 Thread Ross Paterson
GHC uses mtl-1.1.1.1 internally, but mtl-2.0.1.0 (added to the HP last November) now depends on the transformers package, into which much of the code has been moved. I'd like to move the current version of mtl back from http://code.haskell.org/~ross/mtl/ to the master repo on abbot used by GHC, bu