RE: With every new GHC release, also released any new versions of libraries

2011-08-26 Thread Paterson, Ross
Johan Tibell writes: > As part of GHC releases users also get a bunch of libraries. These > libraries (e.g. array-0.3.0.3 in the last release) aren't uploaded on > Hackage. They have been in the past, by either Ian or me, but it seems a few were missed for 7.2.1. __

Re: With every new GHC release, also released any new versions of libraries

2011-08-25 Thread Ryan Newton
FYI, as of 7.2 random wasn't shipped with GHC, but it's been updated on hackage as well (1.0.1.0). The API is still the haskell98 API, but there are some important bug fixes in there. Cheers, -Ryan On Thu, Aug 25, 2011 at 8:57 AM, Johan Tibell wrote: > On Thu, Aug 25, 2011 at 2:36 PM, Ian Ly

Re: With every new GHC release, also released any new versions of libraries

2011-08-25 Thread Johan Tibell
On Thu, Aug 25, 2011 at 2:36 PM, Ian Lynagh wrote: > On Thu, Aug 25, 2011 at 10:39:29AM +0200, Johan Tibell wrote: >> >> I suggest that with each GHC release the new library releases should >> be uploaded to Hackage. > > They normally are, but in this case I ran out of time before > disappearing f

Re: With every new GHC release, also released any new versions of libraries

2011-08-25 Thread Ian Lynagh
On Thu, Aug 25, 2011 at 10:39:29AM +0200, Johan Tibell wrote: > > I suggest that with each GHC release the new library releases should > be uploaded to Hackage. They normally are, but in this case I ran out of time before disappearing for 2 weeks. They're now uploaded. Sorry for any inconvenience

Re: With every new GHC release, also released any new versions of libraries

2011-08-25 Thread Ian Lynagh
On Thu, Aug 25, 2011 at 01:36:13PM +0200, Johan Tibell wrote: > On Thu, Aug 25, 2011 at 11:28 AM, Daniel Fischer > wrote: > > On Thursday 25 August 2011, 10:39:29, Johan Tibell wrote: > >> P.S. Could someone please remind me why containers ships with GHC? > > > > Some other packages shipped with G

Re: With every new GHC release, also released any new versions of libraries

2011-08-25 Thread Johan Tibell
On Thu, Aug 25, 2011 at 11:28 AM, Daniel Fischer wrote: > On Thursday 25 August 2011, 10:39:29, Johan Tibell wrote: >> P.S. Could someone please remind me why containers ships with GHC? > > Some other packages shipped with GHC depend on containers, e.g. hoopl, > template-haskell, haskeline, binary

Re: With every new GHC release, also released any new versions of libraries

2011-08-25 Thread Simon Marlow
On 25/08/2011 10:28, Daniel Fischer wrote: On Thursday 25 August 2011, 10:39:29, Johan Tibell wrote: P.S. Could someone please remind me why containers ships with GHC? Some other packages shipped with GHC depend on containers, e.g. hoopl, template-haskell, haskeline, binary. And via haskeline,

Re: With every new GHC release, also released any new versions of libraries

2011-08-25 Thread Daniel Fischer
On Thursday 25 August 2011, 10:39:29, Johan Tibell wrote: > P.S. Could someone please remind me why containers ships with GHC? Some other packages shipped with GHC depend on containers, e.g. hoopl, template-haskell, haskeline, binary. And via haskeline, ghci depends on containers too. __