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 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 Mark Lentczner
On 14 July 2014 23:25, Mark Lentczner wrote: > Also, I have additional Release201x.hs files that have the build info for > other years. I'll try to get those pushed up today. > Pushed: Historical release information

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-15 Thread Andres Löh
Hi. > Check the version list in Release2014.hs Would it still be possible to bump cabal-install to 1.18.0.5? Cheers, Andres ___ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell.org/cgi-bin/mailman/listinfo/

Re: Status of Haskell Platform 2014.2.0.0

2014-07-14 Thread Jens Petersen
On 14 July 2014 23:25, Mark Lentczner wrote: > On Sun, Jul 13, 2014 at 9:30 PM, Jens Petersen > wrote: > >> Still hope the next version could support using an already installed ghc. >> >>> >>> >>> Specificially, is this what you're after: > >- don't unpack any ghc bindist >- use the syst

Re: Status of Haskell Platform 2014.2.0.0

2014-07-14 Thread Mark Lentczner
On Sun, Jul 13, 2014 at 9:30 PM, Jens Petersen wrote: > Still hope the next version could support using an already installed ghc. > >> >> >> Specificially, is this what you're after: - don't unpack any ghc bindist - use the system installed ghc & friends for all compilation and building

Re: Status of Haskell Platform 2014.2.0.0

2014-07-13 Thread Jens Petersen
On 10 July 2014 00:01, Mark Lentczner wrote: > >- If you are a packager for one of the linux distros - please try out >the build and see how it works, and how it meshes with your packaging >process for the distro. Come talk to me if you need help or brainstorming >w.r.t. to the ne

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 ___ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell

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 ___ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell