Re: [Haskell-cafe] Design for 2010.2.x series Haskell Platform site

2010-07-17 Thread Christopher Done
On 17 July 2010 01:43, Don Stewart wrote: > Here's a first cut in the repo with the new design converted to CSS > >    http://code.haskell.org/haskell-platform/download-website/ > > If anyone would like to clean it up further, please send me patches to > the style.css file or index.html. Wow, thi

Re: [Haskell-cafe] Design for 2010.2.x series Haskell Platform site

2010-07-17 Thread Max Rabkin
On Sat, Jul 17, 2010 at 1:43 AM, Don Stewart wrote: > Here's a first cut in the repo with the new design converted to CSS > >    http://code.haskell.org/haskell-platform/download-website/ > > If anyone would like to clean it up further, please send me patches to > the style.css file or index.html.

Re: Windows installer 2010.2.0.0 RC1

2010-07-17 Thread Claus Reinke
> I've uploaded the 2010.2.0.0 release candidate installer to > > http://code.haskell.org/~refold/HaskellPlatform-2010.2.0.0-rc1-setup.exe > > Unless someone finds serious bugs in this RC, it can be released > unchanged. > Known issues: > > See http://trac.haskell.org/haskell-platform/wiki/Wind

Re: Most popular libraries not in the HP

2010-07-17 Thread Joachim Breitner
Hi, Am Freitag, den 16.07.2010, 09:07 -0700 schrieb Don Stewart: > marlowsd: > > On 15/07/2010 23:53, Bryan O'Sullivan wrote: > >> On Thu, Jul 15, 2010 at 9:01 PM, Don Stewart >> > wrote: > >> > >> Things we might realistically propose to add for 2011.1 > >> > >>

Re: Haskell Platform 2010.2.0.0 RC

2010-07-17 Thread Ashley Yakeley
On 2010-07-14 15:41, Don Stewart wrote: > Changes to watch for: > > Core packages > * array bumped. > * base 4 bumped > * bytestring bumped. > * Cabal bumped > * extensible-exceptions added > * filepath bumped > * hpc bumped > * old-time bumped >

Re: [Haskell-cafe] Design for 2010.2.x series Haskell Platform site

2010-07-17 Thread Serguey Zefirov
2010/7/17 Don Stewart : > > Here's a first cut in the repo with the new design converted to CSS > >    http://code.haskell.org/haskell-platform/download-website/ > > If anyone would like to clean it up further, please send me patches to > the style.css file or index.html. I have big fonts (magnify

Re: Windows installer 2010.2.0.0 RC1

2010-07-17 Thread Mikhail Glushenkov
Hi Claus, On Sat, Jul 17, 2010 at 10:53 AM, Claus Reinke wrote: >> I've uploaded the 2010.2.0.0 release candidate installer to >> >> http://code.haskell.org/~refold/HaskellPlatform-2010.2.0.0-rc1-setup.exe >> >> Unless someone finds serious bugs in this RC, it can be released >> unchanged. > >> K

Re: [Haskell-cafe] Design for 2010.2.x series Haskell Platform site

2010-07-17 Thread Mark Lentczner
On Jul 16, 2010, at 11:09 AM, Don Stewart wrote: > If anyone is interested in a 2010.2 series design for the HP site, the > repository containing the stylesheet is here: > >http://code.haskell.org/haskell-platform/ I like the content. The layout has some flaws when rendered on my environment

Re: [Haskell-cafe] Design for 2010.2.x series Haskell Platform site

2010-07-17 Thread Christopher Done
Thought I'd bring Neimeijer's design into the mix, because I think it's brilliant (and it's been built): (For some reason it didn't appear in this thread in my GMail inbox; perhaps the Subject field got altered. Posting this here incase it happened like that for everyone else so that we can contin

Re: Haskell Platform 2010.2.0.0 RC

2010-07-17 Thread Don Stewart
ashley: > On 2010-07-14 15:41, Don Stewart wrote: > >> Changes to watch for: >> >> Core packages >> * array bumped. >> * base 4 bumped >> * bytestring bumped. >> * Cabal bumped >> * extensible-exceptions added >> * filepath bumped >> * hpc bumped >>

Re: [Haskell-cafe] Design for 2010.2.x series Haskell Platform site

2010-07-17 Thread Don Stewart
markl: > I like the content. The layout has some flaws when rendered on my > environment (Safari 4, but with perhaps narrower than most peoples > windows): > > * The background image tiled looks pretty bad - since I see repeats > and it doesn't really tile. Yes, noted. > * The three columns at t

RE: [Haskell-cafe] Design for 2010.2.x series Haskell Platform site

2010-07-17 Thread Phyx
I still like the original design on http://imgur.com/NjiVh a lot better, It has a simple modern design to it in my opinion :) -Original Message- From: haskell-cafe-boun...@haskell.org [mailto:haskell-cafe-boun...@haskell.org] On Behalf Of Christopher Done Sent: Saturday, July 17, 2010 19

Re: Windows installer 2010.2.0.0 RC1

2010-07-17 Thread Don Stewart
claus.reinke: > > More generally: what is the status of establishing a > proper testing process for Haskell platform releases? > Currently we have an ad hoc process: * GHC people test and release as stable version * Package developers release new stable versions * We adopt the new p

Re: Windows installer 2010.2.0.0 RC1

2010-07-17 Thread Claus Reinke
>> More generally: what is the status of establishing a >> proper testing process for Haskell platform releases? > > Currently we have an ad hoc process: > >* GHC people test and release as stable version >* Package developers release new stable versions >* We adopt the new packages a

Re: Windows installer 2010.2.0.0 RC1

2010-07-17 Thread Don Stewart
claus.reinke: > > 2. Is there a checklist for distro maintainers and release >candidate testers, about what to check? > I'm thinking of this as a package on hackage: cabal install haskell-platform-test which would only build if all tests pass. To start with, it would depend on every pa

Initial environment check script

2010-07-17 Thread Don Stewart
http://hackage.haskell.org/package/haskell-platform-test-2010.2.0.0 Ideas for additional tests to add to this tool are welcome, as are patches. ___ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell.org/cgi-bin/m

Best links for Haskell Platform distro packages?

2010-07-17 Thread Don Stewart
Can distro maintainers confirm these are the best links for each distro package? Debian http://packages.debian.org/squeeze/haskell-platform (or should it be sid?) Fedora: https://admin.fedoraproject.org/pkgdb/acls/name/haskell-platform Gentoo: http://

Re: [Haskell-cafe] Best links for Haskell Platform distro packages?

2010-07-17 Thread Ivan Lazar Miljenovic
Don Stewart writes: > Can distro maintainers confirm these are the best links for > each distro package? > > [snip] > > Gentoo: > http://www.haskell.org/haskellwiki/Gentoo/HaskellPlatform Ugh, that would be the right page if we bothered to keep it maintained. I might do so during the

Re: [Haskell-cafe] Best links for Haskell Platform distro packages?

2010-07-17 Thread Jens Petersen
>    Fedora: >        https://admin.fedoraproject.org/pkgdb/acls/name/haskell-platform Yes, thanks that is fine. Jens ___ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-p

Re: Best links for Haskell Platform distro packages?

2010-07-17 Thread Ahn, Ki Yung
2010년 07월 17일 16:53, Don Stewart 쓴 글: > Can distro maintainers confirm these are the best links for > each distro package? > > Debian > http://packages.debian.org/squeeze/haskell-platform > > (or should it be sid?) http://packages.debian.org/haskell-platform I am not a main

Re: Most popular libraries not in the HP

2010-07-17 Thread Duncan Coutts
On Fri, 2010-07-16 at 09:07 -0700, Don Stewart wrote: > marlowsd: > > On 15/07/2010 23:53, Bryan O'Sullivan wrote: > >> On Thu, Jul 15, 2010 at 9:01 PM, Don Stewart >> > wrote: > >> > >> Things we might realistically propose to add for 2011.1 > >> > >> New capab

Re: Most popular libraries not in the HP

2010-07-17 Thread Don Stewart
duncan.coutts: > On Fri, 2010-07-16 at 09:07 -0700, Don Stewart wrote: > > marlowsd: > > > On 15/07/2010 23:53, Bryan O'Sullivan wrote: > > >> On Thu, Jul 15, 2010 at 9:01 PM, Don Stewart > >> > wrote: > > >> > > >> Things we might realistically propose to add for 2011.

Re: Best links for Haskell Platform distro packages?

2010-07-17 Thread Justin Bogner
Don Stewart writes: > For Ubuntu, I find a few confusing things: > > Ubuntu: > https://launchpad.net/ubuntu/+source/haskell-platform > > But nothing at: > > http://packages.ubuntu.com/lucid/haskell-platform > > But there's instructions for the src build: > > http://davidsie

Re: Haskell Platform 2010.2.0.0 RC

2010-07-17 Thread Ivan Lazar Miljenovic
Ashley Yakeley writes: > On 2010-07-17 10:50, Don Stewart wrote: >> ashley: >>> Is there a process for approving bumps? I think time could use a bump >>> (1.1.4 -> 1.2.0.3). >> >> We can't clobber the version shipped with GHC though. >> Those that are shipped with GHC are special cases > > Why n