Re: [QuickCheck] Status of Haskell Platform 2014.2.0.0

2014-07-22 Thread Johan Tibell
On Mon, Jul 21, 2014 at 1:30 AM, Nick Smallbone wrote: > 1. We make sure that tf-random becomes stable and hope it can be >included in the next version of the platform. > > 2. We add a simple TFGen-inspired generator directly to QuickCheck. > > 3. We fix StdGen by replacing it with a TFGen-ins

Re: Status of Haskell Platform 2014.2.0.0

2014-07-15 Thread Bryan O'Sullivan
On Tue, Jul 15, 2014 at 3:14 PM, Mark Lentczner wrote: > But only if you use the Data.Atooparsec.Text parsers double, number, and > rational parser, right? > Well yes, but that's a rather important "if". ___ ghc-devs mailing list ghc-devs@haskell.org h

Re: Status of Haskell Platform 2014.2.0.0

2014-07-15 Thread Mark Lentczner
On Tue, Jul 15, 2014 at 1:59 PM, Bryan O'Sullivan wrote: > Well, it was rather late to hear that you weren't going to upgrade > attoparsec, too ;-) > On Sun, Mar 30, 2014 at 1:06 PM, Mark Lentczner wrote: > SO, In anticipation of releasing a HP shortly (1 month?) after GHC 7.8... > I'd like

Re: Status of Haskell Platform 2014.2.0.0

2014-07-15 Thread Mark Lentczner
On Tue, Jul 15, 2014 at 12:25 PM, Matthias Kilian wrote: > Apart from this, i guess future versions of attoparsec (and other > libraries included in the HP) will probably depend on more libraries > not yet in the HP. So what's the correct way to deal with this? > > - Use newer versions for librar

Re: Status of Haskell Platform 2014.2.0.0

2014-07-15 Thread Bryan O'Sullivan
On Tue, Jul 15, 2014 at 1:43 PM, Mark Lentczner wrote: > This is rather late to hear this... given that I plan to Alpha this > weekend or sooner. > > Can you quantify the security fixes? Do they only revolve around floats? > Well, it was rather late to hear that you weren't going to upgrade atto

Re: Status of Haskell Platform 2014.2.0.0

2014-07-15 Thread Mark Lentczner
On Tue, Jul 15, 2014 at 10:56 AM, Bryan O'Sullivan wrote: > attoparsec has some security fixes in recent releases that depend on the > scientific package. It would be a very bad idea to continue with 0.10.4.0. > This is rather late to hear this... given that I plan to Alpha this weekend or soone

Re: Status of Haskell Platform 2014.2.0.0

2014-07-15 Thread Matthias Kilian
Hi, On Tue, Jul 15, 2014 at 10:56:24AM -0700, Bryan O'Sullivan wrote: > Not Changed: > > > >- attoparsec will remain at version 0.10.4.0, as newer attoparsec > >depends on the new package scientific > > > attoparsec has some security fixes in recent releases that depend on the > scientific

Re: Status of Haskell Platform 2014.2.0.0

2014-07-15 Thread Bryan O'Sullivan
On Tue, Jul 15, 2014 at 6:44 AM, Mark Lentczner wrote: > ​Unsure: > >- Not sure if you want QuickCheck 2.7.5 rather than 2.6 -- cc'ing >QuickCheck devs: Would they like to weigh in? > > I would really like to see 2.7.5 go in, as it has a number of both improvements and backwards incompati

Re: Status of Haskell Platform 2014.2.0.0

2014-07-15 Thread Mark Lentczner
As per comments: Done: - hashable can be bumped to 1.2.2.0. - network can be bumped to 2.4.2.3 - unordered-containers can be bumped to 0.2.4.0 - happy bumped to 1.19.4 - bump cabal-install to 1.18.0.5 ​Unsure: - Not sure if you want QuickCheck 2.7.5 rather than 2.6 -- cc'ing

Re: Status of Haskell Platform 2014.2.0.0

2014-07-15 Thread Johan Tibell
This was discussed earlier. We need to stick with the Cabal that ships with the GHC version we're using and thus we need to stick with cabal-install-1.18. On Tue, Jul 15, 2014 at 9:33 AM, Alois Cochard wrote: > Why not directly to 1.20.x? > On Jul 15, 2014 7:59 AM, "Andres Löh" wrote: > >> Hi.

Re: Status of Haskell Platform 2014.2.0.0

2014-07-11 Thread George Colpitts
Not sure if you want QuickCheck 2.7.5 rather than 2.6 On Wed, Jul 9, 2014 at 12:01 PM, Mark Lentczner wrote: > The status is: *Good-to-Go!* > > The new-build branch of Haskell Platform is in pretty great shape: > >- One consistent build system using Shake >- Builds source tarball >-

Re: Status of Haskell Platform 2014.2.0.0

2014-07-09 Thread Gregory Collins
On Wed, Jul 9, 2014 at 5:01 PM, Mark Lentczner wrote: > The status is: *Good-to-Go!* > Great work guys, this is a fantastic cleanup. G -- Gregory Collins ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Re: Status of Haskell Platform 2014.2.0.0

2014-07-09 Thread Don Stewart
Well done! On Wednesday, 9 July 2014, Mark Lentczner wrote: > The status is: *Good-to-Go!* > > The new-build branch of Haskell Platform is in pretty great shape: > >- One consistent build system using Shake >- Builds source tarball >- Builds linux distribution tarball >- Builds M

Re: Status of Haskell Platform 2014.2.0.0

2014-07-09 Thread Johan Tibell
Thanks Mark! Notes on my packages: * hashable can be bumped to 1.2.2.0. * network can be bumped to 2.4.2.3 * unordered-containers can be bumped to 0.2.4.0 ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Status of Haskell Platform 2014.2.0.0

2014-07-09 Thread Mark Lentczner
The status is: *Good-to-Go!* The new-build branch of Haskell Platform is in pretty great shape: - One consistent build system using Shake - Builds source tarball - Builds linux distribution tarball - Builds Mac installer - Builds in one command line from a GHC bindist to end-user i