Where is the CABAL file for haskell-platform 2010.2.0.0?

I'm not sure I'm reading the release plan for 2011.x.0.0[1] correctly (the switching between 2011.1.0.0 and 2011.2.0.0 is *very* confusing) but it looks like a stable release is scheduled for Feb 1,2011. I was expecting that the link on the front page[2] would lead to the 2010.2.0.0 release until a new stable version was released. This doesn't seem to be the case however: % curl -s http://code.haskell.org/haskell-platform/haskell-platform.cabal | head name: haskell-platform version: 2011.1.0.0 homepage: http://haskell.org/platform license: BSD3 license-file: LICENSE author: libraries@haskell.org maintainer: haskell-platform@projects.haskell.org category: System synopsis: The Haskell Platform description: Where can I find the cabal file for 2010.2.0.0 until 2011.1.0.0 is formally released (or will it be 2011.2.0.0 as the release plan says)? Will the CABAL file for 2010.2.0.0 not be available *at all* after 2011.x.0.0 is released? /M [1]: http://trac.haskell.org/haskell-platform/wiki/ReleaseTimetable [2]: http://code.haskell.org/haskell-platform/haskell-platform.cabal -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

On 11-01-20 10:38 AM, Magnus Therning wrote:
Where can I find the cabal file for 2010.2.0.0 until 2011.1.0.0 is formally released (or will it be 2011.2.0.0 as the release plan says)? Will the CABAL file for 2010.2.0.0 not be available *at all* after 2011.x.0.0 is released?
Start from the real front page http://haskell.org/platform Click on the "Linux" link. Scroll down for either heading "Build from source" or "Build from cabal". There are links to tarballs. They are still 2010.2.0.0. Inside the tarballs is haskell-platform.cabal somewhere. P.S. I am not sure why you are so fixated on the haskell-platform.cabal file itself. It is not like it is of any use outside the context of the full source code. P.P.S. I do not even know, by merely exploring links transitively beginning from the real front page, how to reach an url for haskell-platform.cabal alone. I infer that such an url is for internal use only.

On 20/01/11 18:08, Albert Y. C. Lai wrote:
On 11-01-20 10:38 AM, Magnus Therning wrote:
Where can I find the cabal file for 2010.2.0.0 until 2011.1.0.0 is formally released (or will it be 2011.2.0.0 as the release plan says)? Will the CABAL file for 2010.2.0.0 not be available *at all* after 2011.x.0.0 is released?
Start from the real front page http://haskell.org/platform
Which redirects to http://hackage.haskell.org/platform/
Click on the "Linux" link.
Scroll down for either heading "Build from source" or "Build from cabal".
There are links to tarballs. They are still 2010.2.0.0.
Inside the tarballs is haskell-platform.cabal somewhere.
Thanks, but that's hardly an obvious route to find it. See the full route I followed further down.
P.S. I am not sure why you are so fixated on the haskell-platform.cabal file itself. It is not like it is of any use outside the context of the full source code.
It's most definitely of use to me outside of the context of the full source code, which is why I'm looking for it :-)
P.P.S. I do not even know, by merely exploring links transitively beginning from the real front page, how to reach an url for haskell-platform.cabal alone. I infer that such an url is for internal use only.
Go to http://hackage.haskell.org/platform/ click on the link after the text "Current stable release:". You then end up on the page at http://hackage.haskell.org/platform/changelog.html, now click on the first link on that page, the one that's labelled "this Cabal file". /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

On Thu, Jan 20, 2011 at 4:38 PM, Magnus Therning
% curl -s http://code.haskell.org/haskell-platform/haskell-platform.cabal | head ... Where can I find the cabal file for 2010.2.0.0 until 2011.1.0.0 is formally released (or will it be 2011.2.0.0 as the release plan says)? Will the CABAL file for 2010.2.0.0 not be available *at all* after 2011.x.0.0 is released?
http://code.haskell.org/haskell-platform/ is a darcs repository. Why
don't you look in the history?
G
--
Gregory Collins

On Fri, Jan 21, 2011 at 10:30, Gregory Collins
On Thu, Jan 20, 2011 at 4:38 PM, Magnus Therning
wrote: % curl -s http://code.haskell.org/haskell-platform/haskell-platform.cabal | head ... Where can I find the cabal file for 2010.2.0.0 until 2011.1.0.0 is formally released (or will it be 2011.2.0.0 as the release plan says)? Will the CABAL file for 2010.2.0.0 not be available *at all* after 2011.x.0.0 is released?
http://code.haskell.org/haskell-platform/ is a darcs repository. Why don't you look in the history?
I did, but gave up after realising that there are no tags in that repository. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus
participants (3)
-
Albert Y. C. Lai
-
Gregory Collins
-
Magnus Therning